Home
last modified time | relevance | path

Searched refs:maybeUnwrapIOException (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java336 ExceptionUtils.maybeUnwrapIOException(e); in createSession()
356 ExceptionUtils.maybeUnwrapIOException(e); in openSession()
841 ExceptionUtils.maybeUnwrapIOException(e); in openWrite()
854 ExceptionUtils.maybeUnwrapIOException(e); in write()
899 ExceptionUtils.maybeUnwrapIOException(e); in getNames()
922 ExceptionUtils.maybeUnwrapIOException(e); in openRead()
943 ExceptionUtils.maybeUnwrapIOException(e); in removeSplit()
/frameworks/base/core/java/android/util/
DExceptionUtils.java37 public static void maybeUnwrapIOException(RuntimeException e) throws IOException { in maybeUnwrapIOException() method in ExceptionUtils