HomeSort by relevance Sort by last modified time
    Searched defs:mUiAutomation (Results 1 - 24 of 24) sorted by null

  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
UiAutomationShellWrapper.java 22 private UiAutomation mUiAutomation;
29 mUiAutomation = new UiAutomation(mHandlerThread.getLooper(),
31 mUiAutomation.connect();
65 mUiAutomation.disconnect();
70 return mUiAutomation;
74 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo();
79 mUiAutomation.setServiceInfo(info);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
ShellCommandBuilder.java 35 private final UiAutomation mUiAutomation;
43 mUiAutomation = mInstrumentation.getUiAutomation(
65 mUiAutomation.grantRuntimePermission(packageName, permission);
72 execShellCommand(mUiAutomation, command);
AccessibilitySoftKeyboardModesTest.java 76 private UiAutomation mUiAutomation;
97 mUiAutomation = getInstrumentation()
99 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo();
101 mUiAutomation.setServiceInfo(info);
AccessibilityTextActionTest.java 61 UiAutomation mUiAutomation;
69 mUiAutomation = getInstrumentation().getUiAutomation();
74 mUiAutomation.destroy();
82 final AccessibilityNodeInfo text = mUiAutomation.getRootInActiveWindow()
110 final AccessibilityNodeInfo text = mUiAutomation.getRootInActiveWindow()
135 final AccessibilityNodeInfo text = mUiAutomation.getRootInActiveWindow()
205 final AccessibilityNodeInfo text = mUiAutomation.getRootInActiveWindow()
222 final AccessibilityNodeInfo text = mUiAutomation.getRootInActiveWindow()
275 final AccessibilityNodeInfo text = mUiAutomation.getRootInActiveWindow()
334 final AccessibilityNodeInfo text = mUiAutomation.getRootInActiveWindow(
    [all...]
  /cts/tests/tests/toast/src/android/widget/toast/cts/
BaseToastTest.java 39 protected UiAutomation mUiAutomation;
45 mUiAutomation = mInstrumentation.getUiAutomation();
  /cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/
ToastTest.java 147 mUiAutomation.executeAndWaitForEvent(
  /cts/tests/accessibility/src/android/view/accessibility/cts/
CaptioningManagerTest.java 46 private UiAutomation mUiAutomation;
57 mUiAutomation = getInstrumentation().getUiAutomation();
138 ParcelFileDescriptor pfd = mUiAutomation.executeShellCommand(cmd);
  /packages/apps/Settings/tests/unit/src/com/android/settings/
RegulatoryInfoDisplayActivityTest.java 52 private UiAutomation mUiAutomation;
57 mUiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation();
105 mUiAutomation.executeShellCommand("setenforce 0");
  /cts/tests/tests/widget/src/android/widget/cts/
NumberPickerTest.java 61 private UiAutomation mUiAutomation;
72 mUiAutomation = mInstrumentation.getUiAutomation();
289 mUiAutomation.executeAndWaitForEvent(() ->
391 mUiAutomation.executeAndWaitForEvent(() ->
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 41 private final UiAutomation mUiAutomation;
48 mUiAutomation = uiAutomation;
62 mUiAutomation.setOnAccessibilityEventListener(listener);
66 return mUiAutomation.getRootInActiveWindow();
70 return mUiAutomation.injectInputEvent(event, sync);
74 return mUiAutomation.setRotation(rotation);
78 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo();
83 mUiAutomation.setServiceInfo(info);
96 mUiAutomation.waitForIdle(QUIET_TIME_TO_BE_CONSIDERD_IDLE_STATE, timeout);
104 return mUiAutomation.executeAndWaitForEvent(command
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
BlockedNumberBackupRestoreTest.java 43 private UiAutomation mUiAutomation;
54 mUiAutomation = getInstrumentation().getUiAutomation();
59 ProviderTestUtils.setDefaultSmsApp(true, mContext.getPackageName(), mUiAutomation);
62 LOCAL_BACKUP_COMPONENT, mUiAutomation);
63 mOldBackupEnabled = ProviderTestUtils.setBackupEnabled(true, mUiAutomation);
74 ProviderTestUtils.setBackupEnabled(mOldBackupEnabled, mUiAutomation);
75 ProviderTestUtils.setBackupTransport(mOldTransport, mUiAutomation);
76 ProviderTestUtils.setDefaultSmsApp(false, mContext.getPackageName(), mUiAutomation);
134 return ProviderTestUtils.hasBackupTransport(LOCAL_BACKUP_COMPONENT, mUiAutomation)
167 ProviderTestUtils.runBackup(BLOCKED_NUMBERS_PROVIDER_PACKAGE, mUiAutomation);
    [all...]
SmsBackupRestoreTest.java 69 private UiAutomation mUiAutomation;
81 mUiAutomation = getInstrumentation().getUiAutomation();
84 ProviderTestUtils.setDefaultSmsApp(true, mContext.getPackageName(), mUiAutomation);
86 ProviderTestUtils.setBackupTransport(LOCAL_BACKUP_COMPONENT, mUiAutomation);
87 mOldBackupEnabled = ProviderTestUtils.setBackupEnabled(true, mUiAutomation);
98 ProviderTestUtils.setBackupEnabled(mOldBackupEnabled, mUiAutomation);
99 ProviderTestUtils.setBackupTransport(mOldTransport, mUiAutomation);
100 ProviderTestUtils.setDefaultSmsApp(false, mContext.getPackageName(), mUiAutomation);
107 return (ProviderTestUtils.hasBackupTransport(LOCAL_BACKUP_COMPONENT, mUiAutomation)
156 ProviderTestUtils.runBackup(TELEPHONY_PROVIDER_PACKAGE, mUiAutomation);
    [all...]
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
ProcessStatusTracker.java 223 private UiAutomation mUiAutomation;
243 mUiAutomation = uiAutomation;
250 return mUiAutomation;
  /platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/
AppLinkTests.java 50 private UiAutomation mUiAutomation = null;
57 mUiAutomation = getInstrumentation().getUiAutomation();
241 windows = mUiAutomation.getWindows();
263 ParcelFileDescriptor pfd = mUiAutomation.executeShellCommand(command);
  /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
MultiWindowTests.java 55 private UiAutomation mUiAutomation = null;
62 mUiAutomation = getInstrumentation().getUiAutomation();
  /platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
GenericAppPermissionTests.java 46 private UiAutomation mUiAutomation = null;
66 mUiAutomation = getInstrumentation().getUiAutomation();
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockImeSession.java 65 private final UiAutomation mUiAutomation;
193 mUiAutomation = uiAutomation;
202 executeShellCommand(mUiAutomation, "ime reset");
218 executeShellCommand(mUiAutomation, "ime enable " + getMockImeId());
219 executeShellCommand(mUiAutomation, "ime set " + getMockImeId());
260 executeShellCommand(mUiAutomation, "ime reset");
  /platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/
PermissionHelper.java 63 private static UiAutomation mUiAutomation = null;
81 mUiAutomation = mInstrumentation.getUiAutomation();
106 ParcelFileDescriptor pfd = mUiAutomation.executeShellCommand("pm list permissions -g -d");
350 mUiAutomation.executeShellCommand(command);
  /frameworks/base/core/java/android/app/
Instrumentation.java 111 private UiAutomation mUiAutomation;
243 if ((mUiAutomation != null) && !mUiAutomation.isDestroyed()) {
244 mUiAutomation.disconnect();
245 mUiAutomation = null;
    [all...]
  /prebuilts/misc/common/android-support-test/rules/
rules_release_no_deps.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner_release_no_deps.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 

Completed in 288 milliseconds