HomeSort by relevance Sort by last modified time
    Searched defs:UserNotAuthenticatedException (Results 1 - 3 of 3) sorted by null

  /frameworks/base/keystore/java/android/security/keystore/
UserNotAuthenticatedException.java 25 public class UserNotAuthenticatedException extends InvalidKeyException {
28 * Constructs a new {@code UserNotAuthenticatedException} without detail message and cause.
30 public UserNotAuthenticatedException() {
35 * Constructs a new {@code UserNotAuthenticatedException} with the provided detail message and
38 public UserNotAuthenticatedException(String message) {
43 * Constructs a new {@code UserNotAuthenticatedException} with the provided detail message and
46 public UserNotAuthenticatedException(String message, Throwable cause) {
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 486 milliseconds