/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
H A D | NotificationStyleVerifierActivity.java | 141 protected abstract Notification getNotification(); in getNotification() method in NotificationStyleVerifierActivity.NotifyTestCase 162 protected Notification getNotification() { in getNotification() method in NotificationStyleVerifierActivity.BigPictureAnimatedTest 186 protected Notification getNotification() { in getNotification() method in NotificationStyleVerifierActivity.BigPictureAnimatedUriTest 214 protected Notification getNotification() { in getNotification() method in NotificationStyleVerifierActivity.CustomContentViewTest 240 protected Notification getNotification() { in getNotification() method in NotificationStyleVerifierActivity.CustomBigContentViewTest 264 protected Notification getNotification() { in getNotification() method in NotificationStyleVerifierActivity.CustomHeadsUpContentViewTest 291 protected Notification getNotification() { in getNotification() method in NotificationStyleVerifierActivity.ProgressStyleIndeterminateTest 321 protected Notification getNotification() { in getNotification() method in NotificationStyleVerifierActivity.ProgressStyleProgressTest 353 protected Notification getNotification() { in getNotification() method in NotificationStyleVerifierActivity.ProgressStyleMultipleSegmentsTest 393 protected Notification getNotification() { in getNotification() method in NotificationStyleVerifierActivity.ProgressStyleMultiplePointsTest [all …]
|
/aosp_15_r20/external/google-cloud-java/java-advisorynotifications/grpc-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/ |
H A D | AdvisoryNotificationsServiceGrpc.java | 213 default void getNotification( in getNotification() method 283 public void getNotification( in getNotification() method in AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceStub 334 public com.google.cloud.advisorynotifications.v1.Notification getNotification( in getNotification() method in AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceBlockingStub 386 getNotification(com.google.cloud.advisorynotifications.v1.GetNotificationRequest request) { in getNotification() method in AdvisoryNotificationsServiceGrpc.AdvisoryNotificationsServiceFutureStub
|
/aosp_15_r20/external/google-cloud-java/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/ |
H A D | AdvisoryNotificationsServiceClient.java | 387 public final Notification getNotification(NotificationName name) { in getNotification() method in AdvisoryNotificationsServiceClient 417 public final Notification getNotification(String name) { in getNotification() method in AdvisoryNotificationsServiceClient 449 public final Notification getNotification(GetNotificationRequest request) { in getNotification() method in AdvisoryNotificationsServiceClient
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/permissionTestUtilLib/src/android/permission/cts/ |
D | CtsNotificationListenerServiceUtils.kt | 84 fun getNotification(packageName: String, notificationId: Int): StatusBarNotification? { in <lambda>() method
|
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/storage/src/com/google/storage/v2/ |
H A D | NotificationName.java | 61 public String getNotification() { in getNotification() method in NotificationName 194 public String getNotification() { in getNotification() method in NotificationName.Builder
|
H A D | StorageClient.java | 1481 public final Notification getNotification(BucketName name) { in getNotification() method in StorageClient 1509 public final Notification getNotification(String name) { in getNotification() method in StorageClient 1538 public final Notification getNotification(GetNotificationRequest request) { in getNotification() method in StorageClient
|
/aosp_15_r20/external/google-cloud-java/java-advisorynotifications/proto-google-cloud-advisorynotifications-v1/src/main/java/com/google/cloud/advisorynotifications/v1/ |
H A D | NotificationName.java | 61 public String getNotification() { in getNotification() method in NotificationName 198 public String getNotification() { in getNotification() method in NotificationName.Builder
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/service/notification/ |
H A D | StatusBarNotificationTest.java | 243 private StatusBarNotification getNotification(String pkg, String group, String channelId) { in getNotification() method in StatusBarNotificationTest 258 private StatusBarNotification getNotification(String pkg, Notification.Builder builder) { in getNotification() method in StatusBarNotificationTest
|
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordTest.java | 160 private StatusBarNotification getNotification(String pkg, boolean noisy, boolean defaultSound, in getNotification() method in NotificationRecordTest 233 private StatusBarNotification getNotification( in getNotification() method in NotificationRecordTest 254 private StatusBarNotification getNotification( in getNotification() method in NotificationRecordTest 260 private StatusBarNotification getNotification( in getNotification() method in NotificationRecordTest
|
H A D | NotificationRecordLoggerTest.java | 61 private NotificationRecord getNotification(int id, String tag) { in getNotification() method in NotificationRecordLoggerTest
|
H A D | ArchiveTest.java | 81 private StatusBarNotification getNotification(String pkg, int id, UserHandle user) { in getNotification() method in ArchiveTest
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowNotificationManager.java | 514 public Notification getNotification(int id) { in getNotification() method in ShadowNotificationManager 519 public Notification getNotification(String tag, int id) { in getNotification() method in ShadowNotificationManager
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/ |
D | SafetyLabelChangesJobServiceTest.kt | 530 private fun getNotification(cancelNotification: Boolean) = in getNotification() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | SingleLineViewInflaterTest.kt | 288 private fun getNotification(type: NotificationType): Notification { in <lambda>() method
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/sync/ |
D | PickerSyncNotificationHelper.java | 83 private static Notification getNotification(@NonNull Context context) { in getNotification() method in PickerSyncNotificationHelper
|
/aosp_15_r20/external/google-cloud-java/java-advisorynotifications/google-cloud-advisorynotifications/src/test/java/com/google/cloud/advisorynotifications/v1/ |
H A D | MockAdvisoryNotificationsServiceImpl.java | 84 public void getNotification( in getNotification() method in MockAdvisoryNotificationsServiceImpl
|
/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | AlertEntry.java | 98 public Notification getNotification() { in getNotification() method in AlertEntry
|
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_notify/ |
H A D | Ver2_SUPLNOTIFY.java | 102 public Notification getNotification() { in getNotification() method in Ver2_SUPLNOTIFY
|
/aosp_15_r20/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/ |
H A D | MediaNotificationManager.java | 115 public Notification getNotification(MediaMetadataCompat metadata, in getNotification() method in MediaNotificationManager
|
/aosp_15_r20/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/ |
D | MediaNotificationManager.java | 115 public Notification getNotification(MediaMetadataCompat metadata, in getNotification() method in MediaNotificationManager
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryUsage.java | 46 public final android.app.Notification getNotification() { in getNotification() method in NotificationMemoryUsage
|
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
H A D | TestNotificationListener.java | 186 public StatusBarNotification getNotification() throws Exception { in getNotification() method in TestNotificationListener.NotificationHelper
|
/aosp_15_r20/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
H A D | UiBot.java | 66 public UiObject getNotification(String text) { in getNotification() method in UiBot
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/ |
D | ConversationNotificationManager.java | 116 public final android.app.Notification getNotification() { in getNotification() method in ConversationNotificationManager.ConversationState
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | BaseNotificationListenerCheckTest.java | 304 protected StatusBarNotification getNotification(boolean cancelNotification) throws Throwable { in getNotification() method in BaseNotificationListenerCheckTest
|