Searched defs:KeymasterArguments (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterArguments.java33 public class KeymasterArguments implements Parcelable { class in inherits:Parcelable
43 public static final Parcelable.Creator<KeymasterArguments> CREATOR = new
44 Parcelable.Creator<KeymasterArguments>() {
46 public KeymasterArguments createFromParcel(Parcel in) {
47 return new KeymasterArguments(in);
51 public KeymasterArguments[] newArray(int size) {
52 return new KeymasterArguments[size];
56 public KeymasterArguments() { method in class:KeymasterArguments
60 private KeymasterArguments(Parcel in) { method in class:KeymasterArguments

Completed in 1001 milliseconds