Home
last modified time | relevance | path

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

/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
DKeyChainServiceTestSupport.java107 int[] idAttestationFlags) throws RemoteException {
110 return keyChainService.attestKey(alias, attestationChallenge, idAttestationFlags,
DIKeyChainServiceTestSupport.aidl44 int attestKey(in String alias, in byte[] challenge, in int[] idAttestationFlags); in attestKey() argument
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java238 int[] idAttestationFlags,
251 Arrays.toString(idAttestationFlags)));
257 mContext, idAttestationFlags, attestationChallenge);