Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DTransformableView.java45 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo()
53 void transformTo(TransformableView notification, float transformationAmount); in transformTo()
60 void transformFrom(TransformableView notification); in transformFrom()
68 void transformFrom(TransformableView notification, float transformationAmount); in transformFrom()
DViewTransformationHelper.java67 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo()
104 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo()
128 public void transformFrom(final TransformableView notification) { in transformFrom()
162 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom()
278 TransformableView notification, in transformTo()
289 TransformableView notification, in transformFrom()
DNotificationOverflowIconsView.java57 public void addNotification(NotificationData.Entry notification) { in addNotification()
67 private void applyColor(Notification notification, StatusBarIconView view) { in applyColor()
DStatusBarIconView.java58 public StatusBarIconView(Context context, String slot, Notification notification) { in StatusBarIconView()
62 public StatusBarIconView(Context context, String slot, Notification notification, in StatusBarIconView()
105 public void setNotification(Notification notification) { in setNotification()
310 private void setContentDescription(Notification notification) { in setContentDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationViewWrapper.java85 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
130 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
136 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo()
141 public void transformFrom(TransformableView notification) { in transformFrom()
147 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom()
DHybridNotificationView.java139 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
144 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo()
149 public void transformFrom(TransformableView notification) { in transformFrom()
154 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom()
DNotificationBigTextTemplateViewWrapper.java39 private void resolveViews(StatusBarNotification notification) { in resolveViews()
44 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
DNotificationBigPictureTemplateViewWrapper.java39 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
44 private void updateImageTag(StatusBarNotification notification) { in updateImageTag()
DNotificationMediaTemplateViewWrapper.java38 private void resolveViews(StatusBarNotification notification) { in resolveViews()
43 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
DHybridGroupManager.java80 Notification notification) { in bindFromNotification()
90 private CharSequence resolveText(Notification notification) { in resolveText()
98 private CharSequence resolveTitle(Notification notification) { in resolveTitle()
DNotificationHeaderViewWrapper.java92 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
297 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
302 public void transformTo(TransformableView notification, float transformationAmount) { in transformTo()
307 public void transformFrom(TransformableView notification) { in transformFrom()
312 public void transformFrom(TransformableView notification, float transformationAmount) { in transformFrom()
DNotificationMessagingTemplateViewWrapper.java57 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
DNotificationTemplateViewWrapper.java117 private void resolveTemplateViews(StatusBarNotification notification) { in resolveTemplateViews()
134 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
DNotificationCustomViewWrapper.java109 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java42 private final Notification notification; field in StatusBarNotification
50 int initialPid, int score, Notification notification, UserHandle user) { in StatusBarNotification()
57 int initialPid, Notification notification, UserHandle user, String overrideGroupKey, in StatusBarNotification()
77 int initialPid, int score, Notification notification, UserHandle user, in StatusBarNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java130 public synchronized void registerPostedByApp(NotificationRecord notification) { in registerPostedByApp()
149 public synchronized void registerUpdatedByApp(NotificationRecord notification, in registerUpdatedByApp()
167 public synchronized void registerRemovedByApp(NotificationRecord notification) { in registerRemovedByApp()
182 public synchronized void registerDismissedByUser(NotificationRecord notification) { in registerDismissedByUser()
194 public synchronized void registerClickedByUser(NotificationRecord notification) { in registerClickedByUser()
203 public synchronized void registerPeopleAffinity(NotificationRecord notification, boolean valid, in registerPeopleAffinity()
222 public synchronized void registerBlocked(NotificationRecord notification) { in registerBlocked()
230 public synchronized void registerSuspendedByAdmin(NotificationRecord notification) { in registerSuspendedByAdmin()
1122 public void logPosted(NotificationRecord notification) { in logPosted()
1126 public void logClicked(NotificationRecord notification) { in logClicked()
[all …]
DNotificationSignalExtractor.java39 public RankingReconsideration process(NotificationRecord notification); in process()
DNotificationIntrusivenessExtractor.java48 final Notification notification = record.getNotification(); in process() local
DNotificationManagerInternal.java23 String tag, int id, Notification notification, int[] idReceived, int userId); in enqueueNotification()
/frameworks/support/compat/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()
DINotificationSideChannel.aidl31 void notify(String packageName, int id, String tag, in Notification notification); in notify()
DNotificationManagerCompat.java159 Notification notification); in postNotification()
178 Notification notification) { in postNotification()
273 public void notify(int id, Notification notification) { in notify()
283 public void notify(String tag, int id, Notification notification) { in notify()
339 private static boolean useSideChannelForNotification(Notification notification) { in useSideChannelForNotification()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java71 Notification notification = null; in updateForegroundState() local
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
DFixVibrateSetting.java96 String notification = getSettingValue(AudioManager.VIBRATE_TYPE_NOTIFICATION); in update() local
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java118 Notification notification = new Notification.Builder(mContext) in sendNotification() local

123