Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/keymaster/
DKeymasterDefs.java40 public static final int KM_BOOL = 7 << 28; field in KeymasterDefs
53 public static final int KM_TAG_CALLER_NONCE = KM_BOOL | 7;
67 public static final int KM_TAG_ALL_USERS = KM_BOOL | 500;
70 public static final int KM_TAG_NO_AUTH_REQUIRED = KM_BOOL | 503;
74 public static final int KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600;
80 public static final int KM_TAG_ROLLBACK_RESISTANT = KM_BOOL | 703;
DKeymasterBooleanArgument.java32 case KeymasterDefs.KM_BOOL: in KeymasterBooleanArgument()
DKeymasterArgument.java53 case KeymasterDefs.KM_BOOL:
DKeymasterArguments.java223 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_BOOL) { in addBoolean()
235 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_BOOL) { in getBoolean()