Searched refs:getNotificationBackgroundImageUri (Results 1 – 1 of 1) sorted by relevance
2901 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsGranted()2909 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsGranted()2910 assertEquals(background8Uri, getNotificationBackgroundImageUri(8)); in testNotificationUriPermissionsGranted()2918 assertEquals(background8Uri, getNotificationBackgroundImageUri(8)); in testNotificationUriPermissionsGranted()2955 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsGrantedToNewListeners()2979 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsRevokedFromRemovedListeners()3058 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsRevokedOnlyFromRemovedListeners()3107 private Uri getNotificationBackgroundImageUri(int notificationId) { in getNotificationBackgroundImageUri() method in NotificationManagerTest