Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 60) sorted by relevance

123

/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
87 … NotificationCompatSideChannelService.this.notify(packageName, id, tag, notification); in notify()
DNotificationManagerCompat.java269 public void notify(int id, @NonNull Notification notification) { in notify() method in NotificationManagerCompat
270 notify(null, id, notification); in notify()
282 public void notify(@Nullable String tag, int id, @NonNull Notification notification) { in notify() method in NotificationManagerCompat
289 mNotificationManager.notify(tag, id, notification); in notify()
303 public void notify(@NonNull List<NotificationWithIdAndTag> notificationWithIdAndTags) { in notify() method in NotificationManagerCompat
307 notify(notificationWithIdAndTag.mTag, notificationWithIdAndTag.mId, in notify()
1172 service.notify(packageName, id, tag, notif); in send()
/core/core-animation/src/main/java/androidx/core/animation/
DValueAnimator.java1138 boolean notify = (mStarted || mRunning) && mListeners != null; in endAnimation()
1139 if (notify && !mRunning) { in endAnimation()
1148 if (notify && mListeners != null) { in endAnimation()
/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
/core/core-telecom/integration-tests/testapp/src/main/java/androidx/core/telecom/test/
DNotificationsUtilities.kt109 notificationManager.notify(notificationId, callStyleNotification) in updateNotificationToOngoing()
DCallingMainActivity.kt463 mNotificationManager.notify(voipCall.notificationId, notification) in <lambda>()
/core/core/src/androidTest/java/androidx/core/app/
DNotificationManagerCompatTest.java1156 notificationManager.notify(notifications); in testPostBatchNotifications()
1158 verify(fakeManager, times(1)).notify("tag1", 1, notification); in testPostBatchNotifications()
1159 verify(fakeManager, times(1)).notify(null, 2, notification2); in testPostBatchNotifications()
DNotificationCompatTest.java3676 notificationManager.notify(2, newMsNotification(false, false)); in makeMessagingStyleNotifications()
3677 notificationManager.notify(3, newMsNotification(false, true)); in makeMessagingStyleNotifications()
3678 notificationManager.notify(4, newMsNotification(true, false)); in makeMessagingStyleNotifications()
3679 notificationManager.notify(5, newMsNotification(true, true)); in makeMessagingStyleNotifications()
/core/core/api/
Dapi_lint.ignore422 MissingNullability: androidx.core.app.NotificationCompatSideChannelService#notify(String, int, Stri…
423 Missing nullability on parameter `packageName` in method `notify`
424 MissingNullability: androidx.core.app.NotificationCompatSideChannelService#notify(String, int, Stri…
425 Missing nullability on parameter `tag` in method `notify`
426 MissingNullability: androidx.core.app.NotificationCompatSideChannelService#notify(String, int, Stri…
427 Missing nullability on parameter `notification` in method `notify`
D1.1.0-rc01.txt578 method public abstract void notify(String!, int, String!, android.app.Notification!);
600 method public void notify(int, android.app.Notification);
601 method public void notify(String?, int, android.app.Notification);
D1.1.0-beta02.txt578 method public abstract void notify(String!, int, String!, android.app.Notification!);
600 method public void notify(int, android.app.Notification);
601 method public void notify(String?, int, android.app.Notification);
D1.1.0-beta01.txt578 method public abstract void notify(String!, int, String!, android.app.Notification!);
600 method public void notify(int, android.app.Notification);
601 method public void notify(String?, int, android.app.Notification);
D1.11.0-beta02.txt791 method public abstract void notify(String!, int, String!, android.app.Notification!);
826 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(int,…
827 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(Stri…
828 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(java…
D1.11.0-beta01.txt791 method public abstract void notify(String!, int, String!, android.app.Notification!);
826 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(int,…
827 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(Stri…
828 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(java…
D1.2.0-beta01.txt614 method public abstract void notify(String!, int, String!, android.app.Notification!);
636 method public void notify(int, android.app.Notification);
637 method public void notify(String?, int, android.app.Notification);
D1.3.0-beta01.txt616 method public abstract void notify(String!, int, String!, android.app.Notification!);
638 method public void notify(int, android.app.Notification);
639 method public void notify(String?, int, android.app.Notification);
D1.2.0-beta02.txt614 method public abstract void notify(String!, int, String!, android.app.Notification!);
636 method public void notify(int, android.app.Notification);
637 method public void notify(String?, int, android.app.Notification);
D1.13.0-beta01.txt804 method public abstract void notify(String!, int, String!, android.app.Notification!);
840 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(int,…
841 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(Stri…
842 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(java…
D1.12.0-beta01.txt800 method public abstract void notify(String!, int, String!, android.app.Notification!);
836 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(int,…
837 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(Stri…
838 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(java…
D1.15.0-beta01.txt807 method public abstract void notify(String!, int, String!, android.app.Notification!);
843 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(int,…
844 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(Stri…
845 …method @RequiresPermission(android.Manifest.permission.POST_NOTIFICATIONS) public void notify(java…
Drestricted_1.0.0.txt646 method public abstract void notify(String!, int, String!, android.app.Notification!);
658 method public void notify(int, android.app.Notification);
659 method public void notify(String?, int, android.app.Notification);
D1.5.0-beta02.txt717 method public abstract void notify(String!, int, String!, android.app.Notification!);
750 method public void notify(int, android.app.Notification);
751 method public void notify(String?, int, android.app.Notification);
D1.5.0-beta03.txt717 method public abstract void notify(String!, int, String!, android.app.Notification!);
750 method public void notify(int, android.app.Notification);
751 method public void notify(String?, int, android.app.Notification);
Drestricted_1.1.0-beta01.txt651 method public abstract void notify(String!, int, String!, android.app.Notification!);
673 method public void notify(int, android.app.Notification);
674 method public void notify(String?, int, android.app.Notification);

123