Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java3203 final Uri backgroundImage = Uri.parse("content://com.example/background"); in testVisitUris() local
3207 extras.putString(Notification.EXTRA_BACKGROUND_IMAGE_URI, backgroundImage.toString()); in testVisitUris()
3218 verify(visitor, times(1)).accept(eq(backgroundImage)); in testVisitUris()