/aosp12/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
H A D | Utils.java | 17 import android.app.UiAutomation; 77 case UiAutomation.ROTATION_FREEZE_90: in getDeviceRotation() 79 case UiAutomation.ROTATION_FREEZE_270: in getDeviceRotation() 81 case UiAutomation.ROTATION_FREEZE_0: in getDeviceRotation() 82 case UiAutomation.ROTATION_FREEZE_180: in getDeviceRotation()
|
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiAutomatorBridge.java | 4 import android.app.UiAutomation; 5 import android.app.UiAutomation.AccessibilityEventFilter; 6 import android.app.UiAutomation.OnAccessibilityEventListener; 41 private final UiAutomation mUiAutomation; 47 UiAutomatorBridge(UiAutomation uiAutomation) { in UiAutomatorBridge()
|
H A D | InteractionController.java | 20 import android.app.UiAutomation; 21 import android.app.UiAutomation.AccessibilityEventFilter; 570 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_270); 582 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_90); 594 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_0); 603 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_FREEZE_CURRENT); 612 mUiAutomatorBridge.setRotation(UiAutomation.ROTATION_UNFREEZE);
|
H A D | UiDevice.java | 19 import android.app.UiAutomation; 20 import android.app.UiAutomation.AccessibilityEventFilter; 633 return ret == UiAutomation.ROTATION_FREEZE_0 || in isNaturalOrientation() 634 ret == UiAutomation.ROTATION_FREEZE_180; in isNaturalOrientation()
|
/aosp12/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
H A D | UiAutomationShellWrapper.java | 7 import android.app.UiAutomation; 22 private UiAutomation mUiAutomation; 29 mUiAutomation = new UiAutomation(mHandlerThread.getLooper(), in connect() 69 public UiAutomation getUiAutomation() { in getUiAutomation()
|
H A D | ShellUiAutomatorBridge.java | 22 import android.app.UiAutomation; 48 public ShellUiAutomatorBridge(UiAutomation uiAutomation) { in ShellUiAutomatorBridge()
|
/aosp12/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/ |
H A D | TestUtils.java | 20 import android.app.UiAutomation; 38 final UiAutomation uiAutomation = instrumentation.getUiAutomation(); in setUp() 51 final UiAutomation uiAutomation = instrumentation.getUiAutomation(); in tearDown()
|
/aosp12/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/ |
H A D | PlatformCompatChangeRule.java | 21 import android.app.UiAutomation; 90 UiAutomation uiAutomation = instrumentation.getUiAutomation(); in evaluate() 116 private static void adoptShellPermissions(UiAutomation uiAutomation) { in adoptShellPermissions()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
H A D | CommonUtils.java | 21 import android.app.UiAutomation; 25 public static UiAutomation getUiAutomation() { in getUiAutomation()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | UiAutomationManagerTest.java | 32 import android.app.UiAutomation; 117 register(UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES); in suppressingAccessibilityServicesLocked_dependsOnFlags() 179 register(UiAutomation.FLAG_DONT_USE_ACCESSIBILITY); in uiAutomationWithDontUseAccessibilityFlagAfterUnregistering_notifiesSystem() 191 register(UiAutomation.FLAG_DONT_USE_ACCESSIBILITY); in uiAutomationWithDontUseAccessibilityFlag_disableAccessibilityFunctions()
|
/aosp12/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/ |
H A D | InstrumentationUiAutomatorBridge.java | 20 import android.app.UiAutomation; 34 public InstrumentationUiAutomatorBridge(Context context, UiAutomation uiAutomation) { in InstrumentationUiAutomatorBridge()
|
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | ShellHelper.java | 18 import android.app.UiAutomation; 47 UiAutomation automan = InstrumentationRegistry.getInstrumentation() in runShellCommandRaw()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/ |
H A D | ScreenRecordRule.java | 22 import android.app.UiAutomation; 56 UiAutomation automation = inst.getUiAutomation(); in apply()
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
H A D | NetworkPolicyTestUtils.java | 39 import android.app.UiAutomation; 203 final UiAutomation uiAutomation = getInstrumentation().getUiAutomation(); in getWifiSsid() 221 final UiAutomation uiAutomation = getInstrumentation().getUiAutomation(); in setWifiMeteredStatus() 443 final UiAutomation uiAutomation = getInstrumentation().getUiAutomation(); 453 final UiAutomation uiAutomation = getInstrumentation().getUiAutomation();
|
/aosp12/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/ |
H A D | AtraceUtils.java | 20 import android.app.UiAutomation; 43 private UiAutomation mAutomation;
|
/aosp12/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
H A D | LegacyProviderMigrationTest.java | 29 import android.app.UiAutomation; 259 final UiAutomation ui = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testLegacy_PlaylistMap() 392 private static void prepareProviders(Context context, UiAutomation ui) throws Exception { in prepareProviders() 409 private static void clearProviders(Context context, UiAutomation ui) throws Exception { in clearProviders() 428 final UiAutomation ui = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testLegacy_Extreme() 468 final UiAutomation ui = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in doLegacy() 596 public static String executeShellCommand(String command, UiAutomation uiAutomation) in executeShellCommand() 611 public static String executeShellCommandInternal(String command, UiAutomation uiAutomation) in executeShellCommandInternal()
|
H A D | PublicVolumeSetupHelper.java | 19 import android.app.UiAutomation; 177 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in executeShellCommandInternal()
|
/aosp12/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
H A D | DumpCommand.java | 20 import android.app.UiAutomation; 90 UiAutomation uiAutomation = automationWrapper.getUiAutomation(); in run()
|
/aosp12/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/ |
H A D | AtraceUtils.java | 20 import android.app.UiAutomation; 46 private UiAutomation mAutomation;
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
H A D | GestureBot.java | 19 import android.app.UiAutomation; 48 private final UiAutomation mAutomation; 51 public GestureBot(UiDevice device, UiAutomation automation, Context context, int timeout) { in GestureBot()
|
H A D | Bots.java | 21 import android.app.UiAutomation; 52 public Bots(UiDevice device, UiAutomation automation, Context context, int timeout) { in Bots()
|
/aosp12/packages/apps/DocumentsUI/perf-tests/src/com/android/documentsui/ |
H A D | FilesJankPerfTest.java | 27 import android.app.UiAutomation; 54 final UiAutomation automation = getInstrumentation().getUiAutomation(); in setUpInLoop()
|
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
H A D | ActionCreateDocumentUiTest.java | 27 import android.app.UiAutomation; 64 UiAutomation automation = getInstrumentation().getUiAutomation(); in setup()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | UiAutomationManager.java | 23 import android.app.UiAutomation; 172 & UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES) == 0); in suppressingAccessibilityServicesLocked() 176 return ((mUiAutomationFlags & UiAutomation.FLAG_DONT_USE_ACCESSIBILITY) == 0); in useAccessibility()
|
/aosp12/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/ |
H A D | PlatformCompatCommandNotInstalledTest.kt | 20 import android.app.UiAutomation 92 private val uiAutomation: UiAutomation = instrumentation.getUiAutomation()
|