Home
last modified time | relevance | path

Searched defs:noMan (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java257 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in PhoneStatusBarPolicy() local
283 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in destroy() local
533 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local
562 ArraySet<Pair<String, Integer>> notifs, NotificationManager noMan, IPackageManager pm) { in checkStack()
572 NotificationManager noMan, IPackageManager pm) { in checkStack()
591 NotificationManager noMan, int taskId) { in postEphemeralNotif()
/frameworks/base/core/java/android/service/notification/
DConditionProviderService.java139 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
159 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
DNotificationListenerService.java1102 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
1119 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
1131 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
1152 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java83 final NotificationManager noMan = getSystemService(NotificationManager.class); in startForeground() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java64 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DAssistant.java309 protected void setNoMan(INotificationManager noMan) { in setNoMan()