Searched defs:notify (Results 1 – 4 of 4) sorted by relevance
| /core/core/src/main/java/androidx/core/app/ |
| D | NotificationCompatSideChannelService.java | 65 public abstract void notify(String packageName, int id, String tag, Notification notification); in notify() method in NotificationCompatSideChannelService 82 public void notify(String packageName, int id, String tag, Notification notification) in notify() method in NotificationCompatSideChannelService.NotificationSideChannelStub
|
| D | NotificationManagerCompat.java | 269 public void notify(int id, @NonNull Notification notification) { in notify() method in NotificationManagerCompat 282 public void notify(@Nullable String tag, int id, @NonNull Notification notification) { in notify() method in NotificationManagerCompat 303 public void notify(@NonNull List<NotificationWithIdAndTag> notificationWithIdAndTags) { in notify() method in NotificationManagerCompat
|
| /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() method
|
| /core/core/api/aidlRelease/current/android/support/v4/app/ |
| D | INotificationSideChannel.aidl | 37 …oneway void notify(String packageName, int id, String tag, in android.app.Notification notificatio… in notify() method
|