/aosp14/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
H A D | Utils.java | 44 private static UiObject2 waitForActivity(Instrumentation instrumentation, BySelector selector) { in waitForActivity() 58 public static UiObject2 waitForElementLayout(Instrumentation instrumentation) { in waitForElementLayout() 65 public static UiObject2 startElementLayout(Instrumentation instrumentation, int numElements) { in startElementLayout() 74 public static int getDeviceRotation(Instrumentation instrumentation) { in getDeviceRotation() 92 public static void rotateDevice(Instrumentation instrumentation, int rotationMode) { in rotateDevice()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | AutoCompleteTextViewPopup.java | 48 final Instrumentation instrumentation = getInstrumentation(); in testPopupSetListSelection() local 80 final Instrumentation instrumentation = getInstrumentation(); in testPopupGetListSelection() local 107 final Instrumentation instrumentation = getInstrumentation(); in testPopupClearListSelection() local 140 final Instrumentation instrumentation = getInstrumentation(); in testPopupNavigateNoAdapter() local 174 final Instrumentation instrumentation = getInstrumentation(); in testPopupShow() local
|
H A D | AutoCompleteTextViewCallbacks.java | 40 final Instrumentation instrumentation = getInstrumentation(); in testPopupNoSelection() local 65 final Instrumentation instrumentation = getInstrumentation(); in testPopupEnterSelection() local 114 final Instrumentation instrumentation = getInstrumentation(); in testPopupLeaveSelection() local
|
/aosp14/frameworks/base/test-base/src/android/test/ |
H A D | InstrumentationTestCase.java | 52 public void injectInstrumentation(Instrumentation instrumentation) { in injectInstrumentation() 66 public void injectInsrumentation(Instrumentation instrumentation) { in injectInsrumentation() 257 final Instrumentation instrumentation = getInstrumentation(); in sendKeys() local 307 final Instrumentation instrumentation = getInstrumentation(); in sendKeys() local 336 final Instrumentation instrumentation = getInstrumentation(); in sendRepeatedKeys() local
|
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 191 public static List<String> runCommand(Instrumentation instrumentation, String command) { in runCommand() 194 public static List<String> runCommand(Instrumentation instrumentation, String command, in runCommand() 288 public static void overrideConfig(Instrumentation instrumentation, String config) { in overrideConfig() 292 public static void resetConfig(Instrumentation instrumentation) { in resetConfig() 296 public static void resetThrottling(Instrumentation instrumentation) { in resetThrottling() 300 public static void resetAllThrottling(Instrumentation instrumentation) { in resetAllThrottling() 304 public static void clearShortcuts(Instrumentation instrumentation, int userId, in clearShortcuts() 319 public static void enableComponent(Instrumentation instrumentation, ComponentName cn, in enableComponent() 328 public static void appOps(Instrumentation instrumentation, String packageName, in appOps() 333 public static void dumpsysShortcut(Instrumentation instrumentation) { in dumpsysShortcut() [all …]
|
/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/ |
H A D | ConnectivitySetupRule.java | 53 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in ConnectivitySetupRule() local
|
H A D | SystemServiceCallLoadTest.java | 47 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
|
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/ |
H A D | AtraceUtils.java | 47 private AtraceUtils(Instrumentation instrumentation) { in AtraceUtils() 51 public static AtraceUtils getInstance(Instrumentation instrumentation) { in getInstance()
|
/aosp14/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/ |
H A D | AtraceUtils.java | 50 private AtraceUtils(Instrumentation instrumentation) { in AtraceUtils() 54 public static AtraceUtils getInstance(Instrumentation instrumentation) { in getInstance()
|
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | TestUtils.java | 40 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getOnMainSync() local
|
/aosp14/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/ |
H A D | InstrumentationAutomationSupport.java | 32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
|
/aosp14/frameworks/base/test-runner/src/android/test/ |
H A D | AndroidTestRunner.java | 211 Test test, Instrumentation instrumentation) { in setInstrumentationIfInstrumentationTestCase() 217 public void setInstrumentation(Instrumentation instrumentation) { in setInstrumentation() 226 public void setInstrumentaiton(Instrumentation instrumentation) { in setInstrumentaiton()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | OrientationUtil.java | 54 private OrientationUtil(Activity activity, Instrumentation instrumentation) { in OrientationUtil()
|
H A D | ListUtil.java | 35 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ParsedInstrumentationUtils.java | 45 instrumentation = new ParsedInstrumentationImpl(); in parseInstrumentation() local
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/test-apps/DeviceSide/src/com/android/server/pm/cts/test/deviceside/ |
H A D | DeviceSide.kt | 18 val instrumentation = InstrumentationRegistry.getInstrumentation() regex
|
/aosp14/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/ |
H A D | PlatformCompatChangeRule.java | 89 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in evaluate() local
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
H A D | WebViewCaptureHelperTest.java | 65 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in createScrollableContent() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
H A D | HandwritingTestUtil.java | 52 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in createView() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/ |
H A D | TimeManagerTest.java | 68 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in before() local
|
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/ |
H A D | TestActivity.java | 56 public static TestActivity start(Instrumentation instrumentation) { in start()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsSourceConsumerTest.java | 91 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
|
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | ATraceRunner.java | 48 public ATraceRunner(Instrumentation instrumentation, in ATraceRunner()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityOptionsTest.java | 114 final Instrumentation instrumentation = getInstrumentation(); in testTransferLaunchCookie() local
|
H A D | SurfaceControlTests.java | 126 final Instrumentation instrumentation = getInstrumentation(); in testSurfaceChangedOnRotation() local
|