Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInstantAppNotifier.java109 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local
148 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local
192 @NonNull NotificationManager noMan, in checkAndPostForStack()
223 @NonNull NotificationManager noMan, in postInstantAppNotif()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DConditionProviderService.java159 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
179 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
H A DNotificationListenerService.java1289 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
1306 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
1318 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
1333 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestUnbind() local
1354 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
/aosp14/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestService.java94 final NotificationManager noMan = getSystemService(NotificationManager.class); in startForeground() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java95 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local