Home | History | Annotate | Download | only in exchange

Lines Matching refs:get

355                     SyncError error = syncErrorMap.get(mailboxId);
539 AccountManager.get(SyncManager.this).removeAccount(acct, null, null);
648 // Get a new observer
677 CalendarObserver observer = mCalendarObservers.get(accountId);
726 // Get its sync events; if it's changed, we've got work to do
896 SyncError error = mSyncErrorMap.get(mailboxId);
943 SyncError error = mSyncErrorMap.get(mailboxId);
956 // We ignore the argument (we can only get called in one case - when settings change)
986 android.accounts.Account[] accountMgrList = AccountManager.get(syncManager)
1072 throw new IOException("Can't get device name");
1111 // Null is a valid return result if we get an exception
1140 AbstractSyncService svc = mServiceMap.get(mid);
1146 AbstractSyncService svc = mServiceMap.get(mid);
1206 AbstractSyncService svc = syncManager.mServiceMap.get(id);
1245 Boolean lock = mWakeLocks.get(id);
1260 Boolean lock = mWakeLocks.get(id);
1292 PendingIntent pi = mPendingIntents.get(id);
1304 PendingIntent pi = mPendingIntents.get(id);
1367 final AbstractSyncService service = syncManager.mServiceMap.get(id);
1427 // Get the mailbox; this happens rarely so it's ok to get it all
1532 AccountManagerFuture<Boolean> blockingResult = AccountManager.get(context)
1562 NetworkInfo a = (NetworkInfo)b.get(ConnectivityManager.EXTRA_NETWORK_INFO);
1635 AbstractSyncService svc = mServiceMap.get(mailboxId);
1650 AbstractSyncService service = mServiceMap.get(m.mId);
1675 AbstractSyncService svc = mServiceMap.get(mailboxId);
1710 // We'll set an alarm just in case we don't get notified (bugs happen)
1870 AccountManager.get(getApplication()).addOnAccountsUpdatedListener(
1973 AccountManager.get(this).removeOnAccountsUpdatedListener(
2021 AbstractSyncService svc = mServiceMap.get(mailboxId);
2058 service = mServiceMap.get(mid);
2075 // Get the right authority for the mailbox
2107 SyncError syncError = mSyncErrorMap.get(mid);
2213 AbstractSyncService service = syncManager.mServiceMap.get(mailboxId);
2228 AbstractSyncService service = syncManager.mServiceMap.get(mailboxId);
2248 AbstractSyncService service = syncManager.mServiceMap.get(mailboxId);
2269 if (syncManager.mServiceMap.get(mailboxId) != null) {
2273 SyncError error = syncManager.mSyncErrorMap.get(mailboxId);
2288 if (syncManager.mServiceMap.get(mailboxId) == null) {
2297 return syncManager.mServiceMap.get(mailboxId);
2305 AbstractSyncService svc = syncManager.mServiceMap.get(mailboxId);
2370 SyncError syncError = errorMap.get(mailboxId);
2384 // I/O errors get retried at increasing intervals