Searched defs:InstallerException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DInstallerConnection.java106 public String[] execute(String cmd, Object... args) throws InstallerException {
116 throw new InstallerException(
131 throw new InstallerException(
139 throws InstallerException {
146 String volumeUuid, String sharedLibraries) throws InstallerException {
160 private boolean safeParseBooleanResult(String[] res) throws InstallerException {
162 throw new InstallerException("Invalid size result: " + Arrays.toString(res));
167 throw new InstallerException("Invalid boolean result: " + Arrays.toString(res));
173 public boolean mergeProfiles(int uid, String pkgName) throws InstallerException {
180 throws InstallerException {
287 public static class InstallerException extends Exception { class in class:InstallerConnection
288 public InstallerException(String detailMessage) { method in class:InstallerConnection.InstallerException
[all...]

Completed in 1278 milliseconds