HomeSort by relevance Sort by last modified time
    Searched refs:noMan (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/service/notification/
ConditionProviderService.java 139 INotificationManager noMan = INotificationManager.Stub.asInterface(
142 noMan.requestBindProvider(componentName);
159 INotificationManager noMan = getNotificationInterface();
161 noMan.requestUnbindProvider(mProvider);
NotificationListenerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 257 NotificationManager noMan = mContext.getSystemService(NotificationManager.class);
258 for (StatusBarNotification notification : noMan.getActiveNotifications()) {
260 noMan.cancel(notification.getTag(), notification.getId());
283 NotificationManager noMan = mContext.getSystemService(NotificationManager.class);
284 mCurrentNotifs.forEach(v -> noMan.cancelAsUser(v.first, SystemMessage.NOTE_INSTANT_APPS,
533 NotificationManager noMan = mContext.getSystemService(NotificationManager.class);
545 checkStack(focusedStack, notifs, noMan, pm);
550 notifs, noMan, pm);
556 notifs.forEach(v -> noMan.cancelAsUser(v.first, SystemMessage.NOTE_INSTANT_APPS,
562 ArraySet<Pair<String, Integer>> notifs, NotificationManager noMan, IPackageManager pm)
    [all...]
StatusBar.java     [all...]
  /frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
TestService.java 83 final NotificationManager noMan = getSystemService(NotificationManager.class);
84 noMan.createNotificationChannel(new NotificationChannel(
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationListenerServiceTest.java 64 INotificationManager noMan = service.getNoMan();
65 when(noMan.getActiveNotificationsFromListener(any(), any(), anyInt())).thenReturn(null);
  /frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Assistant.java 309 protected void setNoMan(INotificationManager noMan) {
310 mNoMan = noMan;

Completed in 3618 milliseconds