Searched defs:removeAccount (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/service/
H A DPingSyncSynchronizer.java355 private void removeAccount(final long accountId) { method in class:PingSyncSynchronizer
387 removeAccount(accountId);
404 removeAccount(accountId);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DUtils.java327 public static void removeAccount(Context context, Account account) { method in class:Utils
331 AccountManagerFuture<Bundle> bundle = accountManager.removeAccount(account,
333 // Block to get the result of the removeAccount operation

Completed in 70 milliseconds