Searched defs:InputAttribute (Results 1 – 1 of 1) sorted by relevance
33 struct InputAttribute { struct34 static const int32_t PATTERN_TEXT = 0x00000001;35 static const int32_t PATTERN_PASSWORD = 0x00000007;36 static const int32_t PATTERN_PASSWORD_NUMBER = 0x00000008;37 static const int32_t PATTERN_PASSWORD_SCREEN_LOCK = 0x00000009;38 static const int32_t PATTERN_NEWPASSWORD = 0x0000000b;39 static const int32_t PATTERN_ONE_TIME_CODE = 0x0000000d;40 int32_t inputPattern = 0;41 int32_t enterKeyType = 0;42 int32_t inputOption = 0;[all …]