Home
last modified time | relevance | path

Searched defs:button (Results 1 – 25 of 27) sorted by relevance

12

/cts/tests/tests/view/src/android/view/cts/
DView_DefaultFocusHighlightTest.java64 Button button = (Button) activity.findViewById(R.id.button); in testSettersAndGetters() local
99 Button button = (Button) activity.findViewById(R.id.button_to_inflate); in testInflating() local
120 final Button button = (Button) activity.findViewById(R.id.button_to_test_highlight_needed); in testIsDefaultFocusHighlightNeeded() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvAppVerifierActivity.java61 View button = item.findViewById(R.id.user_action_button); in setButtonEnabled() local
85 Button button = (Button) item.findViewById(R.id.user_action_button); in createUserItem() local
110 Button button = (Button) item.findViewById(R.id.user_action_button); in createButtonItem() local
122 static boolean containsButton(View item, View button) { in containsButton()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DOneTimeCompoundButtonListener.java35 private final CompoundButton button; field in OneTimeCompoundButtonListener
38 OneTimeCompoundButtonListener(String name, CompoundButton button, in OneTimeCompoundButtonListener()
DUiBot.java396 final UiObject2 button = saveSnackBar.findObject(By.res("android", id)); in saveForAutofill() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java103 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testFindByContentDescription() local
337 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionFocus() local
354 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClearFocus() local
379 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionSelect() local
396 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClearSelection() local
422 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClick() local
449 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionLongClick() local
477 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformCustomAction() local
498 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testGetEventSource() local
563 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testObjectContract() local
DAccessibilityEndToEndTest.java112 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewClickedAccessibilityEvent() local
148 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewLongClickedAccessibilityEvent() local
186 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewFocusedAccessibilityEvent() local
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DManualPackageInstallTest.java102 UiObject2 button = mDevice.findObject(INSTALL_BUTTON_SELECTOR); in automateInstallClick() local
112 UiObject2 button = mDevice.findObject(POPUP_BUTTON_SELECTOR); in automateDismissInstallBlockedDialog() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java119 final Button button = new Button(context); in horizontalButtonSlots() local
127 final Button button = new Button(context); in horizontalButtonSlots() local
135 final Button button = new Button(context); in horizontalButtonSlots() local
154 public static View button(int position, Context context, String text, int desiredHeight) { in button() method in ListItemFactory
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/widgets/
DProjectionWidgetActivity.java61 Button button; in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationModeTestActivity.java128 View button = item.findViewById(R.id.launch_settings); in createAutoItem() local
141 View button = item.findViewById(R.id.launch_settings); in setItemState() local
190 public void launchSettings(View button) { in launchSettings()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DCarDockTestActivity.java66 Button button = (Button) view.findViewById(R.id.car_mode); in onCreate() local
/cts/tests/tests/preference2/src/android/preference2/cts/
DPreferenceWithHeaders.java44 Button button = new Button(this); in onCreate() local
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DSuspendPackageTest.java82 final UiObject2 button = device.findObject(POPUP_BUTTON_SELECTOR); in dismissPolicyTransparencyDialog() local
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java143 private void performClick(final Button button) throws Throwable { in performClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java197 View button = item.findViewById(R.id.nls_action_button); in markItem() local
238 Button button = (Button) item.findViewById(R.id.nls_action_button); in createUserItem() local
248 View button = item.findViewById(R.id.nls_action_button); in createAutoItem() local
/cts/tests/tests/text/src/android/text/method/cts/
DPasswordTransformationMethodTest.java99 Button button = new Button(mActivity); in setup() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPermissionsTest.java299 UiObject2 button = mDevice.findObject(selector); in pressPermissionPromptButton() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java70 final Button button = new Button(this); in onCreate() local
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayoutTest.java181 Button button = (Button) frameLayout.findViewById(R.id.framelayout_button); in testAccessMeasureAllChildren() local
DRelativeLayoutTest.java349 View button = mActivity.findViewById(R.id.button1); in testBaselineAlignment() local
DRadioGroupTest.java365 RadioButton button = new RadioButton(mActivity); in testOnFinishInflate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java323 View button = item.findViewById(R.id.vr_action_button); in updateViews() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java535 final Button button, in enableTestResultButton()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java180 UiObject2 button = getUiDevice().findObject(By.text("Close")); in beforeTest() local
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java557 UiObject button; in answerPrintServicesWarning() local

12