Searched defs:noMan (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java251 NotificationManager noMan = mContext.getSystemService(NotificationManager.class);
252 for (StatusBarNotification notification : noMan.getActiveNotifications()) {
254 noMan.cancel(notification.getTag(), notification.getId());
277 NotificationManager noMan = mContext.getSystemService(NotificationManager.class);
278 mCurrentNotifs.forEach(v -> noMan.cancelAsUser(v.first, SystemMessage.NOTE_INSTANT_APPS,
520 NotificationManager noMan = mContext.getSystemService(NotificationManager.class);
528 checkStack(StackId.FULLSCREEN_WORKSPACE_STACK_ID, notifs, noMan, pm);
531 checkStack(StackId.DOCKED_STACK_ID, notifs, noMan, pm);
537 notifs.forEach(v -> noMan.cancelAsUser(v.first, SystemMessage.NOTE_INSTANT_APPS,
543 NotificationManager noMan, IPackageManage
542 checkStack(int stackId, ArraySet<Pair<String, Integer>> notifs, NotificationManager noMan, IPackageManager pm) argument
562 postEphemeralNotif(String pkg, int userId, ApplicationInfo appInfo, NotificationManager noMan, int taskId) argument
[all...]

Completed in 44 milliseconds