| /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
| D | TvAppVerifierActivity.java | 63 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/ |
| D | AccessibilityWindowQueryTest.java | 74 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
|
| D | AccessibilityEndToEndTest.java | 109 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/ |
| D | ManualPackageInstallTest.java | 103 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/ |
| D | RadioButtonTest.java | 72 RadioButton button = new RadioButton(mContext); in testToggle() local
|
| D | RelativeLayoutTest.java | 362 View button = mActivity.findViewById(R.id.button1); in testBaselineAlignment() local
|
| D | CompoundButtonTest.java | 343 MockDrawable button = new MockDrawable(); in testButtonTint() local
|
| D | FrameLayoutTest.java | 165 Button button = (Button) frameLayout.findViewById(R.id.framelayout_button); in testAccessMeasureAllChildren() local
|
| D | RadioGroupTest.java | 349 RadioButton button = new RadioButton(mContext); in testOnFinishInflate() local
|
| /cts/tests/tests/widget/src/android/widget/cts/util/ |
| D | ListItemFactory.java | 119 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/ |
| D | PreferenceWithHeaders.java | 37 Button button = new Button(this); in onCreate() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/widgets/ |
| D | ProjectionWidgetActivity.java | 61 Button button; in onCreate() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
| D | LocationModeTestActivity.java | 128 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/ |
| D | CarDockTestActivity.java | 66 Button button = (Button) view.findViewById(R.id.car_mode); in onCreate() local
|
| /cts/tests/app/src/android/app/cts/ |
| D | AlertDialogTest.java | 142 private void performClick(final Button button) throws Throwable { in performClick()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
| D | InteractiveVerifierActivity.java | 189 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/ |
| D | CAInstallNotificationVerifierActivity.java | 128 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/ |
| D | PermissionsTest.java | 299 UiObject2 button = mDevice.findObject(selector); in pressPermissionPromptButton() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
| D | IntentDrivenTestActivity.java | 65 final Button button = new Button(this); in onCreate() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
| D | VrListenerVerifierActivity.java | 323 View button = item.findViewById(R.id.vr_action_button); in updateViews() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
| D | BaseSensorTestActivity.java | 539 final Button button, in enableTestResultButton()
|
| /cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/ |
| D | BasePermissionsTest.java | 175 UiObject2 button = getUiDevice().findObject(By.text("Close")); in beforeTest() local
|
| /cts/tests/tests/print/src/android/print/cts/ |
| D | BasePrintTest.java | 443 UiObject button; in answerPrintServicesWarning() local
|
| /cts/tests/tests/view/src/android/view/cts/ |
| D | ViewTest.java | 329 final Button button = new Button(mActivity); in testAccessTouchDelegate() local
|