| /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 87 … NotificationCompatSideChannelService.this.notify(packageName, id, tag, notification); in notify()
|
| D | NotificationManagerCompat.java | 269 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/ |
| D | ValueAnimator.java | 1138 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/ |
| 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
|
| /core/core-telecom/integration-tests/testapp/src/main/java/androidx/core/telecom/test/ |
| D | NotificationsUtilities.kt | 109 notificationManager.notify(notificationId, callStyleNotification) in updateNotificationToOngoing()
|
| D | CallingMainActivity.kt | 463 mNotificationManager.notify(voipCall.notificationId, notification) in <lambda>()
|
| /core/core/src/androidTest/java/androidx/core/app/ |
| D | NotificationManagerCompatTest.java | 1156 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()
|
| D | NotificationCompatTest.java | 3676 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/ |
| D | api_lint.ignore | 422 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`
|
| D | 1.1.0-rc01.txt | 578 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);
|
| D | 1.1.0-beta02.txt | 578 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);
|
| D | 1.1.0-beta01.txt | 578 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);
|
| D | 1.11.0-beta02.txt | 791 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…
|
| D | 1.11.0-beta01.txt | 791 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…
|
| D | 1.2.0-beta01.txt | 614 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);
|
| D | 1.3.0-beta01.txt | 616 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);
|
| D | 1.2.0-beta02.txt | 614 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);
|
| D | 1.13.0-beta01.txt | 804 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…
|
| D | 1.12.0-beta01.txt | 800 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…
|
| D | 1.15.0-beta01.txt | 807 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…
|
| D | restricted_1.0.0.txt | 646 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);
|
| D | 1.5.0-beta02.txt | 717 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);
|
| D | 1.5.0-beta03.txt | 717 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);
|
| D | restricted_1.1.0-beta01.txt | 651 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);
|