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

  /frameworks/base/core/java/android/security/keystore/recovery/
RecoverySession.java 205 if (e.errorCode == RecoveryController.ERROR_SESSION_EXPIRED) {
RecoveryController.java 214 public static final int ERROR_SESSION_EXPIRED = 24;
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
RecoverableKeyStoreManager.java 27 import static android.security.keystore.recovery.RecoveryController.ERROR_SESSION_EXPIRED;
600 throw new ServiceSpecificException(ERROR_SESSION_EXPIRED,
    [all...]

Completed in 2626 milliseconds