Searched refs:getNotificationBackgroundImageUri (Results 1 – 1 of 1) sorted by relevance
2876 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsGranted()2884 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsGranted()2885 assertEquals(background8Uri, getNotificationBackgroundImageUri(8)); in testNotificationUriPermissionsGranted()2893 assertEquals(background8Uri, getNotificationBackgroundImageUri(8)); in testNotificationUriPermissionsGranted()2930 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsGrantedToNewListeners()2954 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsRevokedFromRemovedListeners()3033 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsRevokedOnlyFromRemovedListeners()3082 private Uri getNotificationBackgroundImageUri(int notificationId) { in getNotificationBackgroundImageUri() method in NotificationManagerTest