Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/
DConfirmationPrompt.java285 case AndroidProtectedConfirmation.ERROR_OPERATION_PENDING: in presentPrompt()
314 } else if (responseCode == AndroidProtectedConfirmation.ERROR_OPERATION_PENDING) { in cancelPrompt()
/frameworks/base/keystore/java/android/security/
DAndroidProtectedConfirmation.java36 public static final int ERROR_OPERATION_PENDING = ResponseCode.OPERATION_PENDING; field in AndroidProtectedConfirmation