Searched refs:sInstrumentation (Results 1 – 7 of 7) sorted by relevance
56 private final static Instrumentation sInstrumentation = field in InstallPackageTaskTest87 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()
45 private static final Instrumentation sInstrumentation = field in CommonUtils48 (WifiManager) sInstrumentation.getTargetContext().getSystemService(51 (PowerManager) sInstrumentation.getTargetContext().getSystemService(
90 private static final Instrumentation sInstrumentation = getInstrumentation(); field in PickerViewModelPaginationTest91 private static final Context sTargetContext = sInstrumentation.getTargetContext();114 final UiAutomation uiAutomation = sInstrumentation.getUiAutomation(); in setUp()132 sInstrumentation.runOnMainSync(() -> { in setUp()
96 protected static Instrumentation sInstrumentation = null; field in CellBroadcastBaseTest203 sInstrumentation = InstrumentationRegistry.getInstrumentation(); in beforeAllTests()204 sDevice = UiDevice.getInstance(sInstrumentation); in beforeAllTests()
418 UiAutomation uiAutomation = sInstrumentation.getUiAutomation(); in deleteMessageWithShellPermissionIdentity()
99 private static final Instrumentation sInstrumentation = field in ItemsProviderTest101 private static final Context sTargetContext = sInstrumentation.getTargetContext();111 final UiAutomation uiAutomation = sInstrumentation.getUiAutomation(); in setUp()
142 private static final Instrumentation sInstrumentation = field in RoleManagerTest223 runShellCommand(sInstrumentation, "input keyevent KEYCODE_WAKEUP"); in wakeUpScreen()