Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStoreException.java173 public @interface PublicErrorCode { annotation in KeyStoreException
324 @PublicErrorCode
442 PublicErrorInformation(int indicators, @PublicErrorCode int errorCode) { in PublicErrorInformation()