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.java110 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local
149 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local
193 @NonNull NotificationManager noMan, in checkAndPostForStack()
224 @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.java1310 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
1327 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
1339 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
1354 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestUnbind() local
1375 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/tests/src/com/android/systemui/statusbar/policy/
DBatteryStateNotifierTest.kt48 @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