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.java236 public static final class ApkInstallerException extends Exception { class in ApkInstaller
242 private ApkInstallerException(String message) { in ApkInstallerException() method in ApkInstaller.ApkInstallerException
254 private ApkInstallerException(String message, Throwable cause) { in ApkInstallerException() method in ApkInstaller.ApkInstallerException
264 private ApkInstallerException(Throwable cause) { in ApkInstallerException() method in ApkInstaller.ApkInstallerException