Searched refs:instructionsImage (Results 1 – 2 of 2) sorted by relevance
75 @DrawableRes int instructionsImage) { in NotifyTestCase() argument77 mInstructionsImage = instructionsImage; in NotifyTestCase()
327 ImageView instructionsImage = item.findViewById(R.id.nls_instructions_image); in createPassFailItem() local328 instructionsImage.setVisibility(imageResId != Resources.ID_NULL ? VISIBLE : GONE); in createPassFailItem()330 instructionsImage.setImageResource(imageResId); in createPassFailItem()