Searched refs:getTestInfo (Results 1 – 3 of 3) sorted by relevance
72 return getTestInfo().getDevice().getBooleanProperty("ro.apex.updatable", false); in isApexUpdateSupported()79 CommandResult result = getTestInfo().getDevice().executeShellV2Command( in isCheckpointSupported()104 getTestInfo().getDevice().uninstallPackage(SHIM_APEX_PACKAGE_NAME); in uninstallShimApexIfNecessary()108 getTestInfo().getDevice().reboot(); in uninstallShimApexIfNecessary()120 return getTestInfo().getDevice().getActiveApexes().stream().filter( in getShimApex()146 return getTestInfo().getDevice().installPackage(pkg, false, "--staged"); in installStagedPackage()154 return getTestInfo().getDevice().installPackage(pkg, false, "--non-staged"); in installRebootlessPackage()166 String stdout = getTestInfo().getDevice().executeAdbCommand(args); in installApexes()176 if (!getTestInfo().getDevice().doesFileExist(filePath)) { in waitForFileDeleted()195 final List<File> testCasesDirs = SystemUtil.getTestCasesDirs(getTestInfo().getBuildInfo()); in getTestFile()[all …]
95 return ActivityManagerShortFgsTest.getTestInfo(); in handleCall()
260 public static ShortFgsMessage getTestInfo() { in getTestInfo() method in ActivityManagerShortFgsTest