Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java101 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in start() local
102 for (StatusBarNotification notification : noMan.getActiveNotifications()) { in start()
104 noMan.cancel(notification.getTag(), notification.getId()); in start()
152 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in updateForegroundInstantApps() local
166 checkAndPostForStack(focusedStack, notifs, noMan, pm); in updateForegroundInstantApps()
170 checkAndPostForPrimaryScreen(notifs, noMan, pm); in updateForegroundInstantApps()
182 noMan.cancelAsUser( in updateForegroundInstantApps()
198 @NonNull NotificationManager noMan, in checkAndPostForPrimaryScreen() argument
205 checkAndPostForStack(info, notifs, noMan, pm); in checkAndPostForPrimaryScreen()
219 @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.java1141 INotificationManager noMan = getNotificationInterface(); in registerAsSystemService() local
1144 noMan.registerListener(mWrapper, componentName, currentUser); in registerAsSystemService()
1158 INotificationManager noMan = getNotificationInterface(); in unregisterAsSystemService() local
1159 noMan.unregisterListener(mWrapper, mCurrentUser); in unregisterAsSystemService()
1170 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind() local
1173 noMan.requestBindListener(componentName); in requestRebind()
1191 INotificationManager noMan = getNotificationInterface(); in requestUnbind() local
1193 noMan.requestUnbindListener(mWrapper); in requestUnbind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt63 private val noMan: INotificationManager in <lambda>() constant
203 noMan.getNotificationChannelGroupsForPackage(packageName!!, appUid!!, false) in <lambda>()
213 noMan.areNotificationsEnabledForPackage(packageName!!, appUid!!) in <lambda>()
222 noMan.setNotificationsEnabledForPackage(packageName!!, appUid!!, b) in <lambda>()
231 noMan.updateNotificationChannelForPackage(packageName!!, appUid!!, channel) in <lambda>()
/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
DTestService.java83 final NotificationManager noMan = getSystemService(NotificationManager.class); in startForeground() local
84 noMan.createNotificationChannel(new NotificationChannel( in startForeground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationListener.java87 NotificationManager noMan = mContext.getSystemService(NotificationManager.class); in onListenerConnected() local
88 onSilentStatusBarIconsVisibilityChanged(noMan.shouldHideSilentStatusBarIcons()); in onListenerConnected()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java85 INotificationManager noMan = service.getNoMan(); in testGetActiveNotifications_notNull() local
86 when(noMan.getActiveNotificationsFromListener(any(), any(), anyInt())).thenReturn(null); in testGetActiveNotifications_notNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4329 NotificationManager noMan = (NotificationManager)
4331 noMan.cancel(com.android.internal.messages.nano.SystemMessageProto.SystemMessage.