Searched refs:backgroundImage (Results 1 – 2 of 2) sorted by relevance
145 public void setBackgroundImage(Drawable backgroundImage) { in setBackgroundImage() argument146 mBackgroundImageView.setVisibility(backgroundImage == null ? GONE : VISIBLE); in setBackgroundImage()147 mBackgroundImageView.setImageDrawable(backgroundImage); in setBackgroundImage()
4335 final Uri backgroundImage = Uri.parse("content://com.example/background"); in testVisitUris() local4339 extras.putString(Notification.EXTRA_BACKGROUND_IMAGE_URI, backgroundImage.toString()); in testVisitUris()4350 verify(visitor, times(1)).accept(eq(backgroundImage)); in testVisitUris()