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

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java211 private final NotificationManager mNotificationMgr; field in class:SyncManager
496 mNotificationMgr = (NotificationManager)
501 mNotificationMgr = null;
3108 mNotificationMgr.cancelAsUser(null,
3253 if (mNotificationMgr == null) return;
3295 mNotificationMgr.notifyAsUser(null, account.hashCode() ^ authority.hashCode(),

Completed in 12 milliseconds