Searched refs:KeymasterBlobArgument (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterBlobArgument.java24 class KeymasterBlobArgument extends KeymasterArgument { class in inherits:KeymasterArgument
27 public KeymasterBlobArgument(int tag, byte[] blob) { method in class:KeymasterBlobArgument
39 public KeymasterBlobArgument(int tag, Parcel in) { method in class:KeymasterBlobArgument
H A DKeymasterArgument.java52 return new KeymasterBlobArgument(tag, in);
H A DKeymasterArguments.java257 mArguments.add(new KeymasterBlobArgument(tag, value));
274 return ((KeymasterBlobArgument) arg).blob;
/frameworks/base/config/
H A Dpreloaded-classes2731 android.security.keymaster.KeymasterBlobArgument
H A Dboot-image-profile.txt[all...]

Completed in 105 milliseconds