Home
last modified time | relevance | path

Searched defs:ApkInstallerException (Results 1 – 1 of 1) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DApkInstaller.java237 public static final class ApkInstallerException extends Exception { class in ApkInstaller
243 private ApkInstallerException(String message) { in ApkInstallerException() method in ApkInstaller.ApkInstallerException
255 private ApkInstallerException(String message, Throwable cause) { in ApkInstallerException() method in ApkInstaller.ApkInstallerException
265 private ApkInstallerException(Throwable cause) { in ApkInstallerException() method in ApkInstaller.ApkInstallerException