Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DUserNotAuthenticatedException.java25 public class UserNotAuthenticatedException extends InvalidKeyException { class
30 public UserNotAuthenticatedException() { in UserNotAuthenticatedException() method in UserNotAuthenticatedException
38 public UserNotAuthenticatedException(String message) { in UserNotAuthenticatedException() method in UserNotAuthenticatedException
46 public UserNotAuthenticatedException(String message, Throwable cause) { in UserNotAuthenticatedException() method in UserNotAuthenticatedException
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStoreCryptoOperationUtils.java30 import android.security.keystore.UserNotAuthenticatedException;
126 return new UserNotAuthenticatedException(); in getInvalidKeyException()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DManagedProfilePasswordCache.java23 import android.security.keystore.UserNotAuthenticatedException;
147 } catch (UserNotAuthenticatedException e) { in retrievePassword()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6689 android.security.keystore.UserNotAuthenticatedException
H A Dboot-image-profile.txt29479 Landroid/security/keystore/UserNotAuthenticatedException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6693 android.security.keystore.UserNotAuthenticatedException
H A Dboot-image-profile.txt39586 Landroid/security/keystore/UserNotAuthenticatedException;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39722 public class UserNotAuthenticatedException extends java.security.InvalidKeyException {
39723 ctor public UserNotAuthenticatedException();
39724 ctor public UserNotAuthenticatedException(String);
39725 ctor public UserNotAuthenticatedException(String, Throwable);