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

  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 140 public void deleteAccountPIMData(long accountId) throws RemoteException {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 364 public void deleteAccountPIMData(final long accountId) throws RemoteException {
367 mService.deleteAccountPIMData(accountId);
369 }, "deleteAccountPIMData");
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 476 public void deleteAccountPIMData(long accountId) throws RemoteException {
480 ExchangeService.deleteAccountPIMData(accountId);
577 public static void deleteAccountPIMData(long accountId) {
    [all...]

Completed in 356 milliseconds