Home
last modified time | relevance | path

Searched refs:mNoMan (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DZenAccessSettings.java61 private NotificationManager mNoMan; field in ZenAccessSettings
74 mNoMan = mContext.getSystemService(NotificationManager.class); in onCreate()
106 final ArraySet<String> requesting = mNoMan.getPackagesRequestingNotificationPolicyAccess(); in reloadList()
169 return mNoMan.isNotificationPolicyAccessGrantedForPackage(pkg); in hasAccess()
DNotificationStation.java78 private INotificationManager mNoMan; field in NotificationStation
147 mNoMan = INotificationManager.Stub.asInterface( in onAttach()
256 StatusBarNotification[] active = mNoMan.getActiveNotifications( in loadNotifications()
258 StatusBarNotification[] dismissed = mNoMan.getHistoricalNotifications( in loadNotifications()