Searched refs:getNotificationBackgroundImageUri (Results 1 – 1 of 1) sorted by relevance
2071 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsGranted()2083 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsGranted()2084 assertEquals(background8Uri, getNotificationBackgroundImageUri(8)); in testNotificationUriPermissionsGranted()2096 assertEquals(background8Uri, getNotificationBackgroundImageUri(8)); in testNotificationUriPermissionsGranted()2135 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsGrantedToNewListeners()2159 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsRevokedFromRemovedListeners()2247 assertEquals(background7Uri, getNotificationBackgroundImageUri(7)); in testNotificationUriPermissionsRevokedOnlyFromRemovedListeners()2364 private Uri getNotificationBackgroundImageUri(int notificationId) { in getNotificationBackgroundImageUri() method in NotificationManagerTest