Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java101 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local
152 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local
198 @NonNull NotificationManager noMan, in checkAndPostForPrimaryScreen()
219 @NonNull NotificationManager noMan, in checkAndPostForStack()
250 @NonNull NotificationManager noMan, in postInstantAppNotif()
/frameworks/base/core/java/android/service/notification/
DConditionProviderService.java159 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
179 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
DNotificationListenerService.java1141 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
1158 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
1170 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
1191 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/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java82 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in onListenerConnected() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt62 private val noMan: INotificationManager in <lambda>() constant
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java85 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local