Home
last modified time | relevance | path

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

/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java73 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testFindByContentDescription() local
302 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionFocus() local
319 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClearFocus() local
344 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionSelect() local
361 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClearSelection() local
387 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClick() local
414 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionLongClick() local
442 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformCustomAction() local
463 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testGetEventSource() local
618 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testObjectContract() local
DAccessibilityEndToEndTest.java109 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewClickedAccessibilityEvent() local
145 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewLongClickedAccessibilityEvent() local
183 final Button button = (Button) getActivity().findViewById(R.id.button); in testTypeViewFocusedAccessibilityEvent() local
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
DManualPackageInstallTest.java103 UiObject2 button = mDevice.findObject(INSTALL_BUTTON_SELECTOR); in automateInstallClick() local
113 UiObject2 button = mDevice.findObject(POPUP_BUTTON_SELECTOR); in automateDismissInstallBlockedDialog() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvAppVerifierActivity.java65 View button = item.findViewById(R.id.user_action_button); in setButtonEnabled() local
89 Button button = (Button) item.findViewById(R.id.user_action_button); in createUserItem() local
109 static boolean containsButton(View item, View button) { in containsButton()
/cts/tests/tests/widget/src/android/widget/cts/
DRadioButtonTest.java72 RadioButton button = new RadioButton(mContext); in testToggle() local
DRelativeLayoutTest.java343 View button = mActivity.findViewById(R.id.button1); in testBaselineAlignment() local
DFrameLayoutTest.java179 Button button = (Button) frameLayout.findViewById(R.id.framelayout_button); in testAccessMeasureAllChildren() local
DCompoundButtonTest.java343 MockDrawable button = new MockDrawable(); in testButtonTint() local
DRadioGroupTest.java349 RadioButton button = new RadioButton(mContext); in testOnFinishInflate() 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/tests/tests/preference2/src/android/preference2/cts/
DPreferenceWithHeaders.java37 Button button = new Button(this); in onCreate() local
/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/app/src/android/app/cts/
DAlertDialogTest.java141 private void performClick(final Button button) throws Throwable { in performClick()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java125 View button = item.findViewById(R.id.ca_notify_do_something); in setItemState() local
146 Button button = (Button) item.findViewById(R.id.ca_notify_do_something); in createUserItem() local
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
DTest5DetailFragment.java71 Button button = (Button) rootView.findViewById(R.id.test_5_button1); in onCreateView() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java189 View button = item.findViewById(R.id.nls_action_button); in markItem() local
230 Button button = (Button) item.findViewById(R.id.nls_action_button); in createUserItem() local
240 View button = item.findViewById(R.id.nls_action_button); in createAutoItem() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java65 final Button button = new Button(this); in onCreate() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPermissionsTest.java297 UiObject2 button = mDevice.findObject(selector); in pressPermissionPromptButton() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java513 final Button button, in enableTestResultButton()
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java372 UiObject button = new UiObject(frameLayout.childSelector(gridLayout).childSelector( in testComplexSelectors() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Dbootstrap.css102 button, selector
110 button, selector
120 button, selector
656 button, selector
664 button, selector
/cts/tools/vm-tests-tf/lib/
Djunit.jar ... java.awt.Frame parent java.awt.Button button java.awt.Label label1 java.awt ...
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java288 final Button button = new Button(mActivity); in testAccessTouchDelegate() local