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.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()
/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.java1269 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
1286 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
1298 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
1319 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
/frameworks/base/core/tests/coretests/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBatteryStateNotifier.kt36 val noMan: NotificationManager, constant in com.android.systemui.statusbar.policy.BatteryStateNotifier
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java87 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt62 private val noMan: INotificationManager, in <lambda>() constant