Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java111 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local
150 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local
194 @NonNull NotificationManager noMan, in checkAndPostForStack()
225 @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.java1342 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
1359 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
1371 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
1386 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestUnbind() local
1407 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
/frameworks/base/services/tests/powerstatstests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java94 final NotificationManager noMan = getSystemService(NotificationManager.class); in startForeground() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DBatteryStateNotifierTest.kt45 @Mock private lateinit var noMan: NotificationManager variable in com.android.systemui.statusbar.policy.BatteryStateNotifierTest
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java93 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local
106 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_handlesBinderErrors() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBatteryStateNotifier.kt37 val noMan: NotificationManager, constant in com.android.systemui.statusbar.policy.BatteryStateNotifier
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt62 private val noMan: INotificationManager, in <lambda>() constant in com.android.systemui.statusbar.notification.row.ChannelEditorDialogController