Home
last modified time | relevance | path

Searched refs:noMan (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInstantAppNotifier.java118 for (StatusBarNotification notification : noMan.getActiveNotifications()) { in start()
120 noMan.cancel(notification.getTag(), notification.getId()); in start()
174 checkAndPostForStack(focusedTask, notifs, noMan, pm); in updateForegroundInstantApps()
178 checkAndPostForPrimaryScreen(notifs, noMan, pm); in updateForegroundInstantApps()
190 noMan.cancelAsUser( in updateForegroundInstantApps()
206 @NonNull NotificationManager noMan, in checkAndPostForPrimaryScreen() argument
211 checkAndPostForStack(info, notifs, noMan, pm); in checkAndPostForPrimaryScreen()
225 @NonNull NotificationManager noMan, in checkAndPostForStack() argument
242 noMan, in checkAndPostForStack()
256 @NonNull NotificationManager noMan, in postInstantAppNotif() argument
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBatteryStateNotifierTest.kt48 @Mock private lateinit var noMan: NotificationManager
58 notifier = BatteryStateNotifier(batteryController, noMan, executor, context)
67 verify(noMan).notify(anyString(), anyInt(), anyObject())
76 verify(noMan).cancel(anyInt())
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryStateNotifier.kt36 val noMan: NotificationManager,
55 noMan.createNotificationChannel(channel)
73 noMan.notify(TAG, ID, builder.build())
82 noMan.cancel(ID)
/aosp12/frameworks/base/core/java/android/service/notification/
H A DConditionProviderService.java159 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
162 noMan.requestBindProvider(componentName); in requestRebind()
179 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
181 noMan.requestUnbindProvider(mProvider); in requestUnbind()
H A DNotificationListenerService.java1262 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
1265 noMan.registerListener(mWrapper, componentName, currentUser); in registerAsSystemService()
1279 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
1280 noMan.unregisterListener(mWrapper, mCurrentUser); in unregisterAsSystemService()
1291 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
1294 noMan.requestBindListener(componentName); in requestRebind()
1312 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
1314 noMan.requestUnbindListener(mWrapper); in requestUnbind()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogController.kt62 private val noMan: INotificationManager,
234 noMan.getNotificationChannelGroupsForPackage(packageName!!, appUid!!, false)
244 noMan.areNotificationsEnabledForPackage(packageName!!, appUid!!)
253 noMan.setNotificationsEnabledForPackage(packageName!!, appUid!!, b)
262 noMan.updateNotificationChannelForPackage(packageName!!, appUid!!, channel)
/aosp12/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
95 noMan.createNotificationChannel(new NotificationChannel( in startForeground()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java87 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local
88 when(noMan.getActiveNotificationsFromListener(any(), any(), anyInt())).thenReturn(null); in testGetActiveNotifications_notNull()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3850 NotificationManager noMan = (NotificationManager)
3852 noMan.cancel(com.android.internal.messages.nano.SystemMessageProto.SystemMessage.