Home
last modified time | relevance | path

Searched refs:KM_BOOL (Results 1 – 5 of 5) 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;
61 public static final int KM_TAG_INCLUDE_UNIQUE_ID = KM_BOOL | 202;
69 public static final int KM_TAG_ALL_USERS = KM_BOOL | 500;
72 public static final int KM_TAG_NO_AUTH_REQUIRED = KM_BOOL | 503;
75 public static final int KM_TAG_ALLOW_WHILE_ON_BODY = KM_BOOL | 506;
76 public static final int KM_TAG_TRUSTED_USER_PRESENCE_REQUIRED = KM_BOOL | 507;
77 public static final int KM_TAG_TRUSTED_CONFIRMATION_REQUIRED = KM_BOOL | 508;
78 public static final int KM_TAG_UNLOCKED_DEVICE_REQUIRED = KM_BOOL | 509;
80 public static final int KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600;
[all …]
DKeymasterBooleanArgument.java33 case KeymasterDefs.KM_BOOL: in KeymasterBooleanArgument()
DKeymasterArgument.java53 case KeymasterDefs.KM_BOOL:
DKeymasterArguments.java229 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_BOOL) { in addBoolean()
241 if (KeymasterDefs.getTagType(tag) != KeymasterDefs.KM_BOOL) { in getBoolean()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt61551 Landroid/security/keymaster/KeymasterDefs;->KM_BOOL:I