HomeSort by relevance Sort by last modified time
    Searched refs:deleteAccountPIMData (Results 1 - 6 of 6) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 54 void deleteAccountPIMData(long accountId);
EmailServiceProxy.java 408 public void deleteAccountPIMData(final long accountId) throws RemoteException {
412 mService.deleteAccountPIMData(accountId);
414 }, "deleteAccountPIMData");
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 140 public void deleteAccountPIMData(long accountId) throws RemoteException {
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
FolderSyncParser.java 173 ExchangeService.deleteAccountPIMData(mAccountId);
  /packages/apps/Email/src/com/android/email/
Controller.java     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 506 public void deleteAccountPIMData(long accountId) throws RemoteException {
512 ExchangeService.deleteAccountPIMData(accountId);
626 public static void deleteAccountPIMData(long accountId) {
    [all...]

Completed in 76 milliseconds