Searched refs:mgr (Results 1 – 3 of 3) sorted by relevance
414 NotificationManager mgr = in scheduleOutOfSpaceNotification() local416 if (mgr != null) { in scheduleOutOfSpaceNotification()418 mgr.notify(OUT_OF_SPACE_ID, notification); in scheduleOutOfSpaceNotification()
182 AccountManager mgr = AccountManager.get(context); in loadAccountList() local183 Account[] accounts = mgr.getAccounts(); in loadAccountList()
1271 EmailClientConnectionManager mgr = sClientConnectionManagers.get(key); in getClientConnectionManager() local1272 if (mgr == null) { in getClientConnectionManager()1282 mgr = EmailClientConnectionManager.newInstance(params, ssl, port); in getClientConnectionManager()1284 sClientConnectionManagers.put(key, mgr); in getClientConnectionManager()1287 return mgr; in getClientConnectionManager()1292 for (EmailClientConnectionManager mgr: sClientConnectionManagers.values()) { in shutdownConnectionManager()1293 mgr.shutdown(); in shutdownConnectionManager()