Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 4 of 4) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DNotificationCompatSideChannelService.java65 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
DNotificationManagerCompat.java269 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/
DINotificationSideChannel.aidl30 void notify(String packageName, int id, String tag, in Notification notification); in notify() method
/core/core/api/aidlRelease/current/android/support/v4/app/
DINotificationSideChannel.aidl37 …oneway void notify(String packageName, int id, String tag, in android.app.Notification notificatio… in notify() method