Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java2368 String imageUriString = sbn.getNotification().extras in getNotificationBackgroundImageUri() local
2370 assertNotNull(imageUriString); in getNotificationBackgroundImageUri()
2371 return Uri.parse(imageUriString); in getNotificationBackgroundImageUri()