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

/frameworks/base/core/java/android/util/apk/
H A DApkSignatureSchemeV3Verifier.java190 } catch (PlatformNotSupportedException e) {
230 throws SecurityException, IOException, PlatformNotSupportedException {
237 throw new PlatformNotSupportedException(
606 private static class PlatformNotSupportedException extends Exception { class in class:ApkSignatureSchemeV3Verifier
608 PlatformNotSupportedException(String s) { method in class:ApkSignatureSchemeV3Verifier.PlatformNotSupportedException

Completed in 50 milliseconds