Home
last modified time | relevance | path

Searched defs:testButton (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DButtonSelectionStateControllerTest.java72 CarSystemBarButton testButton = mTestView.findViewById(R.id.detectable_by_component_name); in onTaskChanged_buttonDetectableByComponentName_selectsAssociatedButton() local
83 CarSystemBarButton testButton = mTestView.findViewById(R.id.detectable_by_category); in onTaskChanged_buttonDetectableByCategory_selectsAssociatedButton() local
94 CarSystemBarButton testButton = mTestView.findViewById(R.id.detectable_by_package); in onTaskChanged_buttonDetectableByPackage_selectsAssociatedButton() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DPointerIconTest.java196 public void testButton() { in testButton() method in PointerIconTest
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
H A DAbstractUserAuthenticationTest.java273 Button testButton) { in testCredentialBoundEncryption()