Home
last modified time | relevance | path

Searched defs:instrumentation (Results 1 – 25 of 52) sorted by relevance

123

/aosp14/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DUtils.java44 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 DAutoCompleteTextViewPopup.java48 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 DAutoCompleteTextViewCallbacks.java40 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 DInstrumentationTestCase.java52 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 DShortcutManagerTestUtils.java191 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 DConnectivitySetupRule.java53 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in ConnectivitySetupRule() local
H A DSystemServiceCallLoadTest.java47 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/util/
H A DAtraceUtils.java47 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 DAtraceUtils.java50 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 DTestUtils.java40 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getOnMainSync() local
/aosp14/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DInstrumentationAutomationSupport.java32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
/aosp14/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java211 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 DOrientationUtil.java54 private OrientationUtil(Activity activity, Instrumentation instrumentation) { in OrientationUtil()
H A DListUtil.java35 public ListUtil(ListView listView, Instrumentation instrumentation) { in ListUtil()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedInstrumentationUtils.java45 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 DDeviceSide.kt18 val instrumentation = InstrumentationRegistry.getInstrumentation() regex
/aosp14/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/
H A DPlatformCompatChangeRule.java89 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in evaluate() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DWebViewCaptureHelperTest.java65 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in createScrollableContent() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/stylus/
H A DHandwritingTestUtil.java52 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in createView() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeManagerTest.java68 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 DTestActivity.java56 public static TestActivity start(Instrumentation instrumentation) { in start()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsSourceConsumerTest.java91 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setup() local
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DATraceRunner.java48 public ATraceRunner(Instrumentation instrumentation, in ATraceRunner()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityOptionsTest.java114 final Instrumentation instrumentation = getInstrumentation(); in testTransferLaunchCookie() local
H A DSurfaceControlTests.java126 final Instrumentation instrumentation = getInstrumentation(); in testSurfaceChangedOnRotation() local

123