Searched refs:ApkInstallerException (Results 1 – 4 of 4) sorted by relevance
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | ApkInstaller.java | 69 public void install(Path apkPath, String... args) throws ApkInstallerException, IOException { in install() 74 throw new ApkInstallerException("Failed to list APK files from the path " + apkPath, e); in install() 83 throw new ApkInstallerException( in install() 102 public void uninstallAllInstalledPackages() throws ApkInstallerException { in uninstallAllInstalledPackages() 130 throw new ApkInstallerException(errorMessage.toString()); in uninstallAllInstalledPackages() 147 public static final class ApkInstallerException extends Exception { class in ApkInstaller 153 private ApkInstallerException(String message) { in ApkInstallerException() method in ApkInstaller.ApkInstallerException 165 private ApkInstallerException(String message, Throwable cause) { in ApkInstallerException() method in ApkInstaller.ApkInstallerException 175 private ApkInstallerException(Throwable cause) { in ApkInstallerException() method in ApkInstaller.ApkInstallerException
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | ApkInstallerTest.java | 20 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 50 assertThrows(ApkInstallerException.class, () -> sut.install(root)); in install_failedToListApks_throwsException() 63 assertThrows(ApkInstallerException.class, () -> sut.install(root)); in install_installCommandFailed_throwsException()
|
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/tests/ |
D | WebviewAppLaunchTest.java | 20 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 91 public void setUp() throws DeviceNotAvailableException, ApkInstallerException, IOException { in setUp() 111 throws DeviceNotAvailableException, ApkInstallerException, IOException { in testAppLaunch() 161 public void tearDown() throws DeviceNotAvailableException, ApkInstallerException { in tearDown() 201 throws ApkInstallerException, IOException, DeviceNotAvailableException { in installWebview()
|
/test/app_compat/csuite/test_scripts/src/main/java/com/android/csuite/tests/ |
D | AppLaunchTest.java | 20 import com.android.csuite.core.ApkInstaller.ApkInstallerException; 100 public void setUp() throws DeviceNotAvailableException, ApkInstallerException, IOException { in setUp() 141 public void tearDown() throws DeviceNotAvailableException, ApkInstallerException { in tearDown()
|