Searched refs:passButton (Results 1 – 4 of 4) sorted by relevance
30 public static void checkFeatureSupported(Context context, View passButton, String feature) { in checkFeatureSupported() argument36 passButton.performClick(); in checkFeatureSupported()
232 View passButton = getPassButton(); in onCreate() local233 mStateButtonsMap.get(TestState.ALL_PASSED).add(passButton); in onCreate()234 mAllButtons.add(passButton); in onCreate()
544 View passButton = activity.findViewById(R.id.pass_button); in setPassFailClickListeners() local545 passButton.setOnClickListener(clickListener); in setPassFailClickListeners()546 passButton.setOnLongClickListener(new View.OnLongClickListener() { in setPassFailClickListeners()
113 passButton.isEnabled = false in <lambda>()161 passButton.isEnabled = true in <lambda>()