Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java115 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local
116 for (StatusBarNotification notification : noMan.getActiveNotifications()) { in start()
118 noMan.cancel(notification.getTag(), notification.getId()); in start()
157 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local
172 checkAndPostForStack(focusedStack, notifs, noMan, pm); in updateForegroundInstantApps()
176 checkAndPostForPrimaryScreen(notifs, noMan, pm); in updateForegroundInstantApps()
188 noMan.cancelAsUser( in updateForegroundInstantApps()
204 @NonNull NotificationManager noMan, in checkAndPostForPrimaryScreen() argument
211 checkAndPostForStack(info, notifs, noMan, pm); in checkAndPostForPrimaryScreen()
225 @NonNull NotificationManager noMan, in checkAndPostForStack() argument
[all …]
/frameworks/base/core/java/android/service/notification/
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()
DNotificationListenerService.java1169 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
1172 noMan.registerListener(mWrapper, componentName, currentUser); in registerAsSystemService()
1186 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
1187 noMan.unregisterListener(mWrapper, mCurrentUser); in unregisterAsSystemService()
1198 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
1201 noMan.requestBindListener(componentName); in requestRebind()
1219 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
1221 noMan.requestUnbindListener(mWrapper); in requestUnbind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt64 private val noMan: INotificationManager, in <lambda>() constant
236 noMan.getNotificationChannelGroupsForPackage(packageName!!, appUid!!, false) in <lambda>()
246 noMan.areNotificationsEnabledForPackage(packageName!!, appUid!!) in <lambda>()
255 noMan.setNotificationsEnabledForPackage(packageName!!, appUid!!, b) in <lambda>()
264 noMan.updateNotificationChannelForPackage(packageName!!, appUid!!, channel) in <lambda>()
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java94 final NotificationManager noMan = getSystemService(NotificationManager.class); in startForeground() local
95 noMan.createNotificationChannel(new NotificationChannel( in startForeground()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java87 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local
88 when(noMan.getActiveNotificationsFromListener(any(), any(), anyInt())).thenReturn(null); in testGetActiveNotifications_notNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4073 NotificationManager noMan = (NotificationManager)
4075 noMan.cancel(com.android.internal.messages.nano.SystemMessageProto.SystemMessage.