Searched refs:ApkInstallerException (Results 1 – 8 of 8) sorted by relevance
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | ApkInstaller.java | 71 public void install(Path apkPath, List<String> args) throws ApkInstallerException, IOException { in install() 76 throw new ApkInstallerException("Failed to list APK files from the path " + apkPath, e); in install() 83 throw new ApkInstallerException( in install() 99 throw new ApkInstallerException( in install() 112 throw new ApkInstallerException( in install() 129 public void install(Path apkPath) throws ApkInstallerException, IOException { in install() 143 throws ApkInstallerException, IOException { in install() 157 public void uninstallAllInstalledPackages() throws ApkInstallerException { in uninstallAllInstalledPackages() 176 throw new ApkInstallerException(errorMessage.toString()); in uninstallAllInstalledPackages() 237 public static final class ApkInstallerException extends Exception { class in ApkInstaller [all …]
|
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/tests/ |
D | WebviewAppLaunchTest.java | 20 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 89 public void setUp() throws DeviceNotAvailableException, ApkInstallerException, IOException { in setUp() 111 throws DeviceNotAvailableException, InterruptedException, ApkInstallerException, in testAppLaunch() 149 public void tearDown() throws DeviceNotAvailableException, ApkInstallerException { in tearDown()
|
D | WebviewAppCrawlTest.java | 20 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 163 public void setUp() throws DeviceNotAvailableException, ApkInstallerException, IOException { in setUp() 213 throws DeviceNotAvailableException, InterruptedException, ApkInstallerException, in testAppCrawl() 251 public void tearDown() throws DeviceNotAvailableException, ApkInstallerException { in tearDown()
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | ApkInstallerTest.java | 22 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 55 assertThrows(ApkInstallerException.class, () -> sut.install(root)); in install_failedToListApks_throwsException() 68 assertThrows(ApkInstallerException.class, () -> sut.install(root)); in install_installCommandFailed_throwsException() 100 assertThrows(ApkInstallerException.class, () -> sut.install(root)); in install_parsePackageNameFailed_throwsException()
|
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/tests/ |
D | AppLaunchImgdiagTest.java | 19 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 41 public void tearDown() throws DeviceNotAvailableException, ApkInstallerException { in tearDown()
|
D | AppCompileLaunchTest.java | 20 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 149 } catch (ApkInstallerException | IOException | DeviceNotAvailableException e) { in testCompileLaunch() 309 } catch (ApkInstallerException | DeviceNotAvailableException e) { in tearDown()
|
/test/app_compat/csuite/test_scripts/src/main/java/com/android/csuite/tests/ |
D | AppCrawlTest.java | 20 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 162 throws ApkInstaller.ApkInstallerException, IOException, DeviceNotAvailableException { in setUp() 229 } catch (ApkInstallerException e) { in tearDown()
|
D | AppLaunchTest.java | 20 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 125 public void setUp() throws DeviceNotAvailableException, ApkInstallerException, IOException { in setUp() 241 public void tearDown() throws DeviceNotAvailableException, ApkInstallerException { in tearDown()
|