Searched refs:backgroundImage (Results 1 – 1 of 1) sorted by relevance
3203 final Uri backgroundImage = Uri.parse("content://com.example/background"); in testVisitUris() local3207 extras.putString(Notification.EXTRA_BACKGROUND_IMAGE_URI, backgroundImage.toString()); in testVisitUris()3218 verify(visitor, times(1)).accept(eq(backgroundImage)); in testVisitUris()