Searched refs:keystoreResponse (Results 1 – 1 of 1) sorted by relevance
515 private KeystoreResponse keystoreResponse; field in KeyStore.KeyCharacteristicsCallbackResult518 public KeyCharacteristicsCallbackResult(KeystoreResponse keystoreResponse, in KeyCharacteristicsCallbackResult() argument520 this.keystoreResponse = keystoreResponse; in KeyCharacteristicsCallbackResult()525 return keystoreResponse; in getKeystoreResponse()528 public void setKeystoreResponse(KeystoreResponse keystoreResponse) { in setKeystoreResponse() argument529 this.keystoreResponse = keystoreResponse; in setKeystoreResponse()547 public void onFinished(KeystoreResponse keystoreResponse, in onFinished() argument551 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 …]