Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTvAppVerifierActivity.java63 View button = item.findViewById(R.id.user_action_button); in setButtonEnabled() local
87 Button button = (Button) item.findViewById(R.id.user_action_button); in createUserItem() local
112 Button button = (Button) item.findViewById(R.id.user_action_button); in createButtonItem() local
124 static boolean containsButton(View item, View button) { in containsButton()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java74 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testFindByContentDescription() local
303 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionFocus() local
320 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClearFocus() local
345 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionSelect() local
362 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClearSelection() local
388 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionClick() local
415 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformActionLongClick() local
443 AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testPerformCustomAction() local
464 final AccessibilityNodeInfo button = getInstrumentation().getUiAutomation() in testGetEventSource() local
529 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/tests/tests/widget/src/android/widget/cts/
DRadioButtonTest.java72 RadioButton button = new RadioButton(mContext); in testToggle() local
DRelativeLayoutTest.java362 View button = mActivity.findViewById(R.id.button1); in testBaselineAlignment() local
DCompoundButtonTest.java343 MockDrawable button = new MockDrawable(); in testButtonTint() local
DFrameLayoutTest.java165 Button button = (Button) frameLayout.findViewById(R.id.framelayout_button); in testAccessMeasureAllChildren() 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/app/src/android/app/cts/
DAlertDialogTest.java142 private void performClick(final Button button) throws Throwable { in performClick()
/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/security/
DCAInstallNotificationVerifierActivity.java128 View button = item.findViewById(R.id.ca_notify_do_something); in setItemState() local
149 Button button = (Button) item.findViewById(R.id.ca_notify_do_something); in createUserItem() 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.java65 final Button button = new Button(this); in onCreate() 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.java539 final Button button, in enableTestResultButton()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java175 UiObject2 button = getUiDevice().findObject(By.text("Close")); in beforeTest() local
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java443 UiObject button; in answerPrintServicesWarning() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java329 final Button button = new Button(mActivity); in testAccessTouchDelegate() local