| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | TransformableView.java | 45 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()
|
| D | ViewTransformationHelper.java | 67 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()
|
| D | NotificationOverflowIconsView.java | 57 public void addNotification(NotificationData.Entry notification) { in addNotification() 67 private void applyColor(Notification notification, StatusBarIconView view) { in applyColor()
|
| D | StatusBarIconView.java | 58 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/ |
| D | NotificationViewWrapper.java | 85 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()
|
| D | HybridNotificationView.java | 139 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()
|
| D | NotificationBigTextTemplateViewWrapper.java | 39 private void resolveViews(StatusBarNotification notification) { in resolveViews() 44 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
|
| D | NotificationBigPictureTemplateViewWrapper.java | 39 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated() 44 private void updateImageTag(StatusBarNotification notification) { in updateImageTag()
|
| D | NotificationMediaTemplateViewWrapper.java | 38 private void resolveViews(StatusBarNotification notification) { in resolveViews() 43 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
|
| D | HybridGroupManager.java | 80 Notification notification) { in bindFromNotification() 90 private CharSequence resolveText(Notification notification) { in resolveText() 98 private CharSequence resolveTitle(Notification notification) { in resolveTitle()
|
| D | NotificationHeaderViewWrapper.java | 92 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()
|
| D | NotificationMessagingTemplateViewWrapper.java | 57 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
|
| D | NotificationTemplateViewWrapper.java | 117 private void resolveTemplateViews(StatusBarNotification notification) { in resolveTemplateViews() 134 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
|
| D | NotificationCustomViewWrapper.java | 109 public void notifyContentUpdated(StatusBarNotification notification) { in notifyContentUpdated()
|
| /frameworks/base/core/java/android/service/notification/ |
| D | StatusBarNotification.java | 42 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/ |
| D | NotificationUsageStats.java | 130 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 …]
|
| D | NotificationSignalExtractor.java | 39 public RankingReconsideration process(NotificationRecord notification); in process()
|
| D | NotificationIntrusivenessExtractor.java | 48 final Notification notification = record.getNotification(); in process() local
|
| D | NotificationManagerInternal.java | 23 String tag, int id, Notification notification, int[] idReceived, int userId); in enqueueNotification()
|
| /frameworks/support/compat/java/android/support/v4/app/ |
| D | NotificationCompatSideChannelService.java | 61 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()
|
| D | INotificationSideChannel.aidl | 31 void notify(String packageName, int id, String tag, in Notification notification); in notify()
|
| D | NotificationManagerCompat.java | 159 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/ |
| D | MtpDocumentsService.java | 71 Notification notification = null; in updateForegroundState() 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/core/tests/notificationtests/src/android/app/ |
| D | NotificationStressTest.java | 118 Notification notification = new Notification.Builder(mContext) in sendNotification() local
|