Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tests/
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
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
DTestUtils.java37 public static void setUp(Instrumentation instrumentation) { in setUp()
50 public static void tearDown(Instrumentation instrumentation) { in tearDown()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java78 Instrumentation instrumentation = getInstrumentation(); in FallbackRecentsTest() local
133 final Instrumentation instrumentation = getInstrumentation(); in startAppFast() local
/packages/apps/Settings/tests/unit/src/com/android/settings/fuelgauge/batterytip/
DRestrictAppTest.java70 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in batterySettings_hasOneAnomaly_showAnomaly() local
85 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in batterySettings_hasTwoAnomalies_showAnomalies() local
100 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in batterySettings_hasAutoHandledAnomalies_showAutoHandled() local
/packages/apps/Settings/tests/unit/src/com/android/settings/fuelgauge/
DPowerUsageSummaryTest.java43 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in SetUp() local
/packages/apps/Settings/tests/unit/src/com/android/settings/backup/
DBackupIntentTest.java48 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
/packages/apps/Settings/tests/unit/src/com/android/settings/display/
DNightDisplaySettingsActivityTest.java45 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorActivityTest.java185 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in launchScanner_onNavigateUp_shouldFinish() local
203 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in launchGenerator_onNavigateUp_shouldFinish() local
DWifiDppQrCodeScannerFragmentTest.java68 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in onPause_shouldNotDecodeQrCode() local
/packages/apps/Contacts/tests/src/com/android/contacts/test/
DIntegrationTestUtils.java49 public IntegrationTestUtils(Instrumentation instrumentation) { in IntegrationTestUtils()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecStringReferenceTests.java46 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DTestHelpers.java67 Instrumentation instrumentation = getInstrumentation(); in getLauncherInMyProcess() local
DLauncherInstrumentation.java157 public LauncherInstrumentation(Instrumentation instrumentation) { in LauncherInstrumentation()
/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/
DInetDiagSocketIntegrationTest.java60 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); in setUp() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDialogFragmentTest.java298 public static String runShellCommand(Instrumentation instrumentation, String cmd) in runShellCommand()