| /core/core/src/main/java/androidx/core/app/ |
| D | ServiceCompat.java | 170 @NonNull Notification notification, int foregroundServiceType) { in startForeground() 214 static void startForeground(Service service, int id, Notification notification, in startForeground() 232 static void startForeground(Service service, int id, Notification notification, in startForeground()
|
| D | NotificationCompatSideChannelService.java | 65 public abstract void notify(String packageName, int id, String tag, Notification notification); in notify() 82 public void notify(String packageName, int id, String tag, Notification notification) in notify()
|
| D | NotificationCompat.java | 1090 @NonNull Notification notification) { in Builder() 1200 private static @Nullable Bundle getExtrasWithoutDuplicateData( in getExtrasWithoutDuplicateData() 2207 Notification notification = compatBuilder.build(); in createContentView() local 2237 Notification notification = compatBuilder.build(); in createBigContentView() local 2271 Notification notification = compatBuilder.build(); in createHeadsUpContentView() local 2647 static Icon getSmallIcon(Notification notification) { in getSmallIcon() 2651 static Icon getLargeIcon(Notification notification) { in getLargeIcon() 2716 Notification notification = null; in build() local 2816 public static @Nullable Style extractStyleFromNotification( in extractStyleFromNotification() 3853 public static @Nullable MessagingStyle extractMessagingStyleFromNotification( in extractMessagingStyleFromNotification() [all …]
|
| D | NotificationCompatBuilder.java | 430 Notification notification = mBuilder.build(); in buildInternal() local 450 Notification notification = mBuilder.build(); in buildInternal() local 478 Notification notification = mBuilder.build(); in buildInternal() local 511 Notification notification = mBuilder.build(); in buildInternal() local 522 private void removeSoundAndVibration(Notification notification) { in removeSoundAndVibration() 563 static String getGroup(Notification notification) { in getGroup()
|
| D | NotificationManagerCompat.java | 269 public void notify(int id, @NonNull Notification notification) { in notify() 282 public void notify(@Nullable String tag, int id, @NonNull Notification notification) { in notify() 322 @NonNull Notification notification) { in NotificationWithIdAndTag() 328 public NotificationWithIdAndTag(int id, @NonNull Notification notification) { in NotificationWithIdAndTag() 837 private static boolean useSideChannelForNotification(Notification notification) { in useSideChannelForNotification()
|
| /core/core/src/androidTest/java/androidx/core/app/ |
| D | NotificationCompatTest.java | 372 Notification notification = builder.setColor(Color.GREEN).build(); in testColor() local 959 Notification notification = newNotificationBuilder().addAction(action).build(); in testGetActionCompatFromAction_sameIconResourceId() local 972 Notification notification = newNotificationBuilder().addAction(action).build(); in testGetActionCompatFromAction_showsUserInterface() local 993 Notification notification = newNotificationBuilder().addAction(action).build(); in testGetActionCompatFromAction_withRemoteInputs_doesntCrash() local 1007 Notification notification = newNotificationBuilder().extend(extender).build(); in testNotificationWearableExtenderAction_noIcon() local 1020 Notification notification = newNotificationBuilder().extend(extender).build(); in testNotificationWearableExtenderAction_drawableIcon() local 1033 Notification notification = newNotificationBuilder().extend(extender).build(); in testNotificationWearableExtenderAction_setAllowGeneratedRepliesTrue() local 1045 Notification notification = newNotificationBuilder().extend(extender).build(); in testNotificationWearableExtenderAction_setAllowGeneratedRepliesFalse() local 1059 Notification notification = builder.build(); in testNotificationSmallIcon() local 3213 Notification notification = in getInvisibleActions() local [all …]
|
| D | NotificationManagerCompatTest.java | 1139 final Notification notification = in testPostBatchNotifications() local
|
| /core/core/src/main/stableAidl/android/support/v4/app/ |
| D | INotificationSideChannel.aidl | 30 void notify(String packageName, int id, String tag, in Notification notification); in notify()
|
| /core/core/api/aidlRelease/current/android/support/v4/app/ |
| D | INotificationSideChannel.aidl | 37 …eway void notify(String packageName, int id, String tag, in android.app.Notification notification); in notify()
|
| /core/core-telecom/integration-tests/testapp/src/main/java/androidx/core/telecom/test/ |
| D | CallingMainActivity.kt | 455 val notification = in <lambda>() constant
|