/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 101 public void notify(int id, Notification notification) in notify() 117 public void notify(String tag, int id, Notification notification) in notify()
|
D | INotificationManager.aidl | 28 …void enqueueNotification(String pkg, int id, in Notification notification, inout int[] idReceived); in enqueueNotification() 35 …void enqueueNotificationWithTag(String pkg, String tag, int id, in Notification notification, inou… in enqueueNotificationWithTag()
|
D | Service.java | 641 public final void startForeground(int id, Notification notification) { in startForeground()
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | StatusBarNotification.java | 46 public Notification notification; field in StatusBarNotification 53 int uid, int initialPid, int score, Notification notification) { in StatusBarNotification()
|
D | IStatusBar.aidl | 27 void addNotification(IBinder key, in StatusBarNotification notification); in addNotification() 28 void updateNotification(IBinder key, in StatusBarNotification notification); in updateNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 82 StatusBarNotification notification; field in CommandQueue.NotificationQueueEntry 93 public void addNotification(IBinder key, StatusBarNotification notification); in addNotification() 94 public void updateNotification(IBinder key, StatusBarNotification notification); in updateNotification() 132 public void addNotification(IBinder key, StatusBarNotification notification) { in addNotification() 141 public void updateNotification(IBinder key, StatusBarNotification notification) { in updateNotification()
|
D | NotificationData.java | 36 public StatusBarNotification notification; field in NotificationData.Entry 117 public int add(IBinder key, StatusBarNotification notification, View row, View content, in add()
|
D | StatusBarIconView.java | 53 public StatusBarIconView(Context context, String slot, Notification notification) { in StatusBarIconView() 262 private void setContentDescription(Notification notification) { in setContentDescription()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BordeauxService.java | 170 Notification notification = builder.getNotification(); in showNotification() local
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
D | NotificationStressTest.java | 81 Notification notification = new Notification(ICONS[mRandom.nextInt(ICONS.length)], text, in sendNotification() local
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
D | FixVibrateSetting.java | 96 String notification = getSettingValue(AudioManager.VIBRATE_TYPE_NOTIFICATION); in update() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
D | TabletTicker.java | 91 public void add(IBinder key, StatusBarNotification notification) { in add() 252 private View makeTickerView(StatusBarNotification notification) { in makeTickerView()
|
D | TabletStatusBar.java | 876 public void addNotification(IBinder key, StatusBarNotification notification) { in addNotification()
|
/frameworks/base/services/java/com/android/server/ |
D | NotificationManagerService.java | 317 final Notification notification; field in NotificationManagerService.NotificationRecord 321 …cord(String pkg, String tag, int id, int uid, int initialPid, int score, Notification notification) in NotificationRecord() 848 public void enqueueNotification(String pkg, int id, Notification notification, int[] idOut) in enqueueNotification() 853 … public void enqueueNotificationWithTag(String pkg, String tag, int id, Notification notification, in enqueueNotificationWithTag() 868 String tag, int id, Notification notification, int[] idOut) in enqueueNotificationInternal() 1092 private void sendAccessibilityEvent(Notification notification, CharSequence packageName) { in sendAccessibilityEvent()
|
D | StatusBarManagerService.java | 459 public IBinder addNotification(StatusBarNotification notification) { in addNotification() 473 public void updateNotification(IBinder key, StatusBarNotification notification) { in updateNotification()
|
D | DeviceStorageMonitorService.java | 358 Notification notification = new Notification(); in sendNotification() local
|
D | SystemServer.java | 275 NotificationManagerService notification = null; in run() local
|
/frameworks/base/services/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 644 Notification notification = new Notification(); in updateUsbNotification() local 678 Notification notification = new Notification(); in updateAdbNotification() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | Ticker.java | 57 StatusBarNotification notification; field in Ticker.Segment
|
D | PhoneStatusBar.java | 719 public void addNotification(IBinder key, StatusBarNotification notification) { in addNotification()
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java | 1645 SuppServiceNotification notification = in runTest() local
|
/frameworks/base/services/java/com/android/server/connectivity/ |
D | Vpn.java | 339 Notification notification = new Notification.Builder(mContext) in showNotification() local
|
/frameworks/base/core/java/android/content/ |
D | SyncManager.java | 2496 Notification notification = in installHandleTooManyDeletesNotification() local 2505 mNotificationMgr.notify(account.hashCode() ^ authority.hashCode(), notification); in installHandleTooManyDeletesNotification() local
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiWatchdogStateMachine.java | 463 Notification notification = new Notification(); in setWalledGardenNotificationVisible() local
|
/frameworks/base/services/jni/ |
D | com_android_server_location_GpsLocationProvider.cpp | 183 static void gps_ni_notify_callback(GpsNiNotification *notification) in gps_ni_notify_callback()
|