Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DUtils.java43 private static UiObject2 waitForActivity(Instrumentation instrumentation, BySelector selector) { in waitForActivity()
57 public static UiObject2 waitForElementLayout(Instrumentation instrumentation) { in waitForElementLayout()
64 public static UiObject2 startElementLayout(Instrumentation instrumentation, int numElements) { in startElementLayout()
73 public static int getDeviceRotation(Instrumentation instrumentation) { in getDeviceRotation()
91 public static void rotateDevice(Instrumentation instrumentation, int rotationMode) { in rotateDevice()
/aosp12/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/
H A DWakelockAnomalyTest.java52 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
82 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testWakelockAnomaly_longTimeWhileRunning_report() local
103 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testWakelockAnomaly_shortTime_notReport() local
126 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testWakelockAnomaly_longTimeWhileNotRunning_notReport() local
H A DBluetoothAnomalyTest.java52 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
81 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testBluetoothAnomaly_longScanningTime_reportAnomaly() local
102 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in testBluetoothAnomaly_shortScanningTime_notReport() local
H A DTestUtils.java37 public static void setUp(Instrumentation instrumentation) { in setUp()
50 public static void tearDown(Instrumentation instrumentation) { in tearDown()
/aosp12/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
/aosp12/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
/aosp12/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 …]
/aosp12/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
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A DTestUtil.java50 TestResultInstrumentation instrumentation, in setupMtpDevice()
109 TestResultInstrumentation instrumentation, in waitForStorages()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/test/
H A DIntegrationTestUtils.java49 public IntegrationTestUtils(Instrumentation instrumentation) { in IntegrationTestUtils()
/aosp12/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()
/aosp12/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()
/aosp12/art/runtime/
H A Dcommon_dex_operations.h102 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoFieldGetCommon() local
163 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in DoFieldPutCommon() local
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DTestUtils.java40 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in getOnMainSync() local
/aosp12/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DInstrumentationAutomationSupport.java32 InstrumentationAutomationSupport(Instrumentation instrumentation) { in InstrumentationAutomationSupport()
/aosp12/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()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/
H A DNetworkDashboardFragmentTest.java46 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/backup/
H A DBackupIntentTest.java48 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/display/
H A DNightDisplaySettingsActivityTest.java45 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedInstrumentationUtils.java41 instrumentation = new ParsedInstrumentation(); in parseInstrumentation() local
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DOrientationUtil.java54 private OrientationUtil(Activity activity, Instrumentation instrumentation) { in OrientationUtil()
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DEditTextTypeActivity.java60 final Instrumentation instrumentation = new Instrumentation(); in onCreate() local
/aosp12/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

1234