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

/frameworks/base/services/java/com/android/server/content/
H A DSyncManager.java175 private final NotificationManager mNotificationMgr; field in class:SyncManager
443 mNotificationMgr = (NotificationManager)
448 mNotificationMgr = null;
2561 mNotificationMgr.cancelAsUser(null,
2783 if (mNotificationMgr == null) return;
2819 mNotificationMgr.notifyAsUser(null, account.hashCode() ^ authority.hashCode(),

Completed in 79 milliseconds