Home
last modified time | relevance | path

Searched refs:imageUriString (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java3110 String imageUriString = sbn.getNotification().extras in getNotificationBackgroundImageUri() local
3112 assertNotNull(imageUriString); in getNotificationBackgroundImageUri()
3113 return Uri.parse(imageUriString); in getNotificationBackgroundImageUri()