summaryrefslogtreecommitdiffstats
path: root/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'emailcommon/src/com/android/emailcommon/service/IEmailService.aidl')
-rw-r--r--emailcommon/src/com/android/emailcommon/service/IEmailService.aidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl b/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl
index aa4e68b33..7b9b4f4e7 100644
--- a/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl
+++ b/emailcommon/src/com/android/emailcommon/service/IEmailService.aidl
@@ -53,4 +53,7 @@ interface IEmailService {
// Service control operations (i.e. does not generate a client-server message).
oneway void setLogging(int on);
+
+ // Needs to get moved into Email since this is NOT a client-server command.
+ void deleteAccountPIMData(String emailAddress);
}