Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/
H A DKeyStoreSecurityLevel.java80 CreateOperationResponse createOperationResponse = in createOperation() local
87 if (createOperationResponse.operationChallenge != null) { in createOperation()
88 challenge = createOperationResponse.operationChallenge.challenge; in createOperation()
91 if (createOperationResponse.parameters != null) { in createOperation()
92 parameters = createOperationResponse.parameters.keyParameter; in createOperation()
95 createOperationResponse.iOperation, in createOperation()