Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationStyleVerifierActivity.java75 @DrawableRes int instructionsImage) { in NotifyTestCase() argument
77 mInstructionsImage = instructionsImage; in NotifyTestCase()
DInteractiveVerifierActivity.java327 ImageView instructionsImage = item.findViewById(R.id.nls_instructions_image); in createPassFailItem() local
328 instructionsImage.setVisibility(imageResId != Resources.ID_NULL ? VISIBLE : GONE); in createPassFailItem()
330 instructionsImage.setImageResource(imageResId); in createPassFailItem()