| /packages/apps/Settings/src/com/android/settings/notification/ |
| NotificationBackend.java | 119 Log.w(TAG, "Error calling NoMan", e); 135 Log.w(TAG, "Error calling NoMan", e); 144 Log.w(TAG, "Error calling NoMan", e); 154 Log.w(TAG, "Error calling NoMan", e); 166 Log.w(TAG, "Error calling NoMan", e); 178 Log.w(TAG, "Error calling NoMan", e); 187 Log.w(TAG, "Error calling NoMan", e); 196 Log.w(TAG, "Error calling NoMan", e); 204 Log.w(TAG, "Error calling NoMan", e); 212 Log.w(TAG, "Error calling NoMan", e) [all...] |
| /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
| NekoService.java | 58 NotificationManager noman = context.getSystemService(NotificationManager.class); local 66 noman.createNotificationChannel(eggChan); 73 NotificationManager noman = getSystemService(NotificationManager.class); local 85 noman.notify(DEBUG_NOTIFICATION, builder.build()); 110 noman.notify(CAT_NOTIFICATION, builder.build()); 147 NotificationManager noman = context.getSystemService(NotificationManager.class); local 148 noman.notify(DEBUG_NOTIFICATION, new Notification.Builder(context)
|
| NekoLand.java | 138 // noman.notify(1, cat.buildNotification(NekoLand.this).build());
|
| /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/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/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/SystemUI/src/com/android/systemui/statusbar/ |
| NotificationListener.java | 84 // because children are automatically canceled by NoMan in that case.
|
| NotificationLogger.java | 82 // emits visibility events via NoMan on changes.
|
| NotificationData.java | 373 // RankingMap as received from NoMan
|
| /frameworks/base/packages/ExtServices/src/android/ext/services/notification/ |
| Assistant.java | 309 protected void setNoMan(INotificationManager noMan) { 310 mNoMan = noMan;
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| NotificationUsageStats.java | 54 * <p>This class receives signals from NoMan and keeps running stats of [all...] |
| NotificationManagerService.java | [all...] |