Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/app/
DNotificationManager.java101 public void notify(int id, Notification notification) in notify()
117 public void notify(String tag, int id, Notification notification) in notify()
DINotificationManager.aidl28 …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()
DService.java641 public final void startForeground(int id, Notification notification) { in startForeground()
/frameworks/base/core/java/com/android/internal/statusbar/
DStatusBarNotification.java46 public Notification notification; field in StatusBarNotification
53 int uid, int initialPid, int score, Notification notification) { in StatusBarNotification()
DIStatusBar.aidl27 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/
DCommandQueue.java82 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()
DNotificationData.java36 public StatusBarNotification notification; field in NotificationData.Entry
117 public int add(IBinder key, StatusBarNotification notification, View row, View content, in add()
DStatusBarIconView.java53 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/
DBordeauxService.java170 Notification notification = builder.getNotification(); in showNotification() local
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java81 Notification notification = new Notification(ICONS[mRandom.nextInt(ICONS.length)], text, in sendNotification() local
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
DFixVibrateSetting.java96 String notification = getSettingValue(AudioManager.VIBRATE_TYPE_NOTIFICATION); in update() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletTicker.java91 public void add(IBinder key, StatusBarNotification notification) { in add()
252 private View makeTickerView(StatusBarNotification notification) { in makeTickerView()
DTabletStatusBar.java876 public void addNotification(IBinder key, StatusBarNotification notification) { in addNotification()
/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java317 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()
DStatusBarManagerService.java459 public IBinder addNotification(StatusBarNotification notification) { in addNotification()
473 public void updateNotification(IBinder key, StatusBarNotification notification) { in updateNotification()
DDeviceStorageMonitorService.java358 Notification notification = new Notification(); in sendNotification() local
DSystemServer.java275 NotificationManagerService notification = null; in run() local
/frameworks/base/services/java/com/android/server/usb/
DUsbDeviceManager.java644 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/
DTicker.java57 StatusBarNotification notification; field in Ticker.Segment
DPhoneStatusBar.java719 public void addNotification(IBinder key, StatusBarNotification notification) { in addNotification()
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java1645 SuppServiceNotification notification = in runTest() local
/frameworks/base/services/java/com/android/server/connectivity/
DVpn.java339 Notification notification = new Notification.Builder(mContext) in showNotification() local
/frameworks/base/core/java/android/content/
DSyncManager.java2496 Notification notification = in installHandleTooManyDeletesNotification() local
2505 mNotificationMgr.notify(account.hashCode() ^ authority.hashCode(), notification); in installHandleTooManyDeletesNotification() local
/frameworks/base/wifi/java/android/net/wifi/
DWifiWatchdogStateMachine.java463 Notification notification = new Notification(); in setWalledGardenNotificationVisible() local
/frameworks/base/services/jni/
Dcom_android_server_location_GpsLocationProvider.cpp183 static void gps_ni_notify_callback(GpsNiNotification *notification) in gps_ni_notify_callback()

12