Searched refs:idTypes (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DAttestationUtils.java103 Context context, @NonNull int[] idTypes, @NonNull byte[] attestationChallenge) throws
106 if (idTypes == null) {
110 return prepareAttestationArguments(context, idTypes, attestationChallenge);
118 @NonNull int[] idTypes, @NonNull byte[] attestationChallenge) throws
128 if (idTypes == null) {
131 final Set<Integer> idTypesSet = new ArraySet<>(idTypes.length);
132 for (int idType : idTypes) {
203 * @param idTypes the types of device identifiers to attest.
215 @NonNull int[] idTypes, @NonNull byte[] attestationChallenge) throws
218 context, idTypes, attestationChalleng
102 prepareAttestationArgumentsForDeviceId( Context context, @NonNull int[] idTypes, @NonNull byte[] attestationChallenge) argument
117 prepareAttestationArguments(Context context, @NonNull int[] idTypes, @NonNull byte[] attestationChallenge) argument
214 attestDeviceIds(Context context, @NonNull int[] idTypes, @NonNull byte[] attestationChallenge) argument
[all...]
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DConvert.java145 identifierTypesToProgramTypes(@NonNull int[] idTypes) { argument
148 for (int idType : idTypes) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 48 milliseconds