Searched refs:acctId (Results 1 – 1 of 1) sorted by relevance
858 private void addAccountMailbox(long acctId) { in addAccountMailbox() argument859 Account acct = Account.restoreAccountWithId(getContext(), acctId); in addAccountMailbox()1298 public static void stopAccountSyncs(long acctId) { in stopAccountSyncs() argument1301 exchangeService.stopAccountSyncs(acctId, true); in stopAccountSyncs()1305 private void stopAccountSyncs(long acctId, boolean includeAccountMailbox) { in stopAccountSyncs() argument1311 if (box.mAccountKey == acctId) { in stopAccountSyncs()1412 static public void stopNonAccountMailboxSyncsForAccount(long acctId) { in stopNonAccountMailboxSyncsForAccount() argument1415 exchangeService.stopAccountSyncs(acctId, false); in stopNonAccountMailboxSyncsForAccount()2545 static public void accountUpdated(long acctId) { in accountUpdated() argument2550 if (svc.mAccount.mId == acctId) { in accountUpdated()[all …]