Searched refs:keystoreResponse (Results 1 – 1 of 1) sorted by relevance
504 private KeystoreResponse keystoreResponse; field in KeyStore.KeyCharacteristicsCallbackResult507 public KeyCharacteristicsCallbackResult(KeystoreResponse keystoreResponse, in KeyCharacteristicsCallbackResult() argument509 this.keystoreResponse = keystoreResponse; in KeyCharacteristicsCallbackResult()514 return keystoreResponse; in getKeystoreResponse()517 public void setKeystoreResponse(KeystoreResponse keystoreResponse) { in setKeystoreResponse() argument518 this.keystoreResponse = keystoreResponse; in setKeystoreResponse()536 public void onFinished(KeystoreResponse keystoreResponse, in onFinished() argument540 new KeyCharacteristicsCallbackResult(keystoreResponse, keyCharacteristics)); in onFinished()959 … public void onFinished(KeystoreResponse keystoreResponse) throws android.os.RemoteException { in onFinished() argument960 future.complete(keystoreResponse); in onFinished()[all …]