Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationOverflowIconsView.java57 public void addNotification(NotificationData.Entry notification) { in addNotification()
67 private void applyColor(Notification notification, StatusBarIconView view) { in applyColor()
DStatusBarIconView.java53 public StatusBarIconView(Context context, String slot, Notification notification) { in StatusBarIconView()
57 public StatusBarIconView(Context context, String slot, Notification notification, in StatusBarIconView()
82 public void setNotification(Notification notification) { in setNotification()
278 private void setContentDescription(Notification notification) { in setContentDescription()
DNotificationData.java48 public StatusBarNotification notification; field in NotificationData.Entry
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java101 public synchronized void registerPostedByApp(NotificationRecord notification) { in registerPostedByApp()
119 public void registerUpdatedByApp(NotificationRecord notification, NotificationRecord old) { in registerUpdatedByApp()
132 public synchronized void registerRemovedByApp(NotificationRecord notification) { in registerRemovedByApp()
147 public synchronized void registerDismissedByUser(NotificationRecord notification) { in registerDismissedByUser()
159 public synchronized void registerClickedByUser(NotificationRecord notification) { in registerClickedByUser()
168 public synchronized void registerPeopleAffinity(NotificationRecord notification, boolean valid, in registerPeopleAffinity()
187 public synchronized void registerBlocked(NotificationRecord notification) { in registerBlocked()
840 public void logPosted(NotificationRecord notification) { in logPosted()
844 public void logClicked(NotificationRecord notification) { in logClicked()
848 public void logRemoved(NotificationRecord notification) { in logRemoved()
[all …]
DNotificationSignalExtractor.java39 public RankingReconsideration process(NotificationRecord notification); in process()
DNotificationIntrusivenessExtractor.java46 final Notification notification = record.getNotification(); in process() local
DNotificationManagerInternal.java23 String tag, int id, Notification notification, int[] idReceived, int userId); in enqueueNotification()
DNotificationRecord.java118 final Notification notification = sbn.getNotification(); in dump() local
DNotificationManagerService.java2032 final int callingPid, final String tag, final int id, final Notification notification, in enqueueNotificationInternal()
2318 final Notification notification = record.sbn.getNotification(); in buzzBeepBlinkLocked() local
2744 void sendAccessibilityEvent(Notification notification, CharSequence packageName) { in sendAccessibilityEvent()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompatSideChannelService.java61 public abstract void notify(String packageName, int id, String tag, Notification notification); in notify()
75 public void notify(String packageName, int id, String tag, Notification notification) in notify()
DNotificationManagerCompat.java118 Notification notification); in postNotification()
132 Notification notification) { in postNotification()
151 Notification notification) { in postNotification()
208 public void notify(int id, Notification notification) { in notify()
218 public void notify(String tag, int id, Notification notification) { in notify()
258 private static boolean useSideChannelForNotification(Notification notification) { in useSideChannelForNotification()
DINotificationSideChannel.aidl31 void notify(String packageName, int id, String tag, in Notification notification); in notify()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java41 private final Notification notification; field in StatusBarNotification
50 int initialPid, int score, Notification notification, UserHandle user) { in StatusBarNotification()
56 int initialPid, int score, Notification notification, UserHandle user, in StatusBarNotification()
DNotificationListenerService.java473 Notification notification = sbn.getNotification(); in getActiveNotifications() local
475 Builder.rebuild(getContext(), notification); in getActiveNotifications() local
/frameworks/support/v4/gingerbread/android/support/v4/app/
DNotificationCompatGingerbread.java24 public static Notification add(Notification notification, Context context, in add()
/frameworks/support/v4/eclair/android/support/v4/app/
DNotificationManagerCompatEclair.java29 Notification notification) { in postNotification()
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java86 Notification notification = new Notification.Builder(mContext) 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/core/java/android/app/
DNotificationManager.java192 public void notify(int id, Notification notification) in notify()
208 public void notify(String tag, int id, Notification notification) in notify()
242 public void notifyAsUser(String tag, int id, Notification notification, UserHandle user) in notifyAsUser()
DService.java651 public final void startForeground(int id, Notification notification) { in startForeground()
DINotificationManager.aidl43 in Notification notification, inout int[] idReceived, int userId); in enqueueNotificationWithTag()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java208 Notification notification = new Notification.Builder(mService) in updateNotification() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DTvStatusBar.java49 public void addNotification(StatusBarNotification notification, RankingMap ranking, in addNotification()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java473 Notification notification = new Notification.Builder(context) in sendNotification() local
/frameworks/base/services/java/com/android/server/
DSystemServer.java536 INotificationManager notification = null; in startOtherServices() local

12