Home
last modified time | relevance | path

Searched refs:sInstrumentation (Results 1 – 7 of 7) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DInstallPackageTaskTest.java56 private final static Instrumentation sInstrumentation = field in InstallPackageTaskTest
87 sInstrumentation.runOnMainSync(() -> task.run(USER_ID)); in run_success()
121 sInstrumentation.runOnMainSync(() -> task.run(USER_ID)); in run_fileDoesNotExist_fail()
143 sInstrumentation.runOnMainSync(() -> task.run(USER_ID)); in run_packageAlreadyInstalled_success()
166 sInstrumentation.runOnMainSync(() -> task.run(USER_ID)); in run_invalidApkFile_error()
/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/
DCommonUtils.java45 private static final Instrumentation sInstrumentation = field in CommonUtils
48 (WifiManager) sInstrumentation.getTargetContext().getSystemService(
51 (PowerManager) sInstrumentation.getTargetContext().getSystemService(
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModelPaginationTest.java90 private static final Instrumentation sInstrumentation = getInstrumentation(); field in PickerViewModelPaginationTest
91 private static final Context sTargetContext = sInstrumentation.getTargetContext();
114 final UiAutomation uiAutomation = sInstrumentation.getUiAutomation(); in setUp()
132 sInstrumentation.runOnMainSync(() -> { in setUp()
/packages/apps/CellBroadcastReceiver/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/
DCellBroadcastBaseTest.java96 protected static Instrumentation sInstrumentation = null; field in CellBroadcastBaseTest
203 sInstrumentation = InstrumentationRegistry.getInstrumentation(); in beforeAllTests()
204 sDevice = UiDevice.getInstance(sInstrumentation); in beforeAllTests()
DCellBroadcastUiTest.java418 UiAutomation uiAutomation = sInstrumentation.getUiAutomation(); in deleteMessageWithShellPermissionIdentity()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/
DItemsProviderTest.java99 private static final Instrumentation sInstrumentation = field in ItemsProviderTest
101 private static final Context sTargetContext = sInstrumentation.getTargetContext();
111 final UiAutomation uiAutomation = sInstrumentation.getUiAutomation(); in setUp()
/packages/modules/Permission/tests/cts/role/src/android/app/role/cts/
DRoleManagerTest.java142 private static final Instrumentation sInstrumentation = field in RoleManagerTest
223 runShellCommand(sInstrumentation, "input keyevent KEYCODE_WAKEUP"); in wakeUpScreen()