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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java131 public static final int USER_FRP = UserHandle.USER_NULL + 1; field in class:LockPatternUtils
316 if (userId == USER_FRP && frpCredentialEnabled(mContext)) {
324 if (userId == USER_FRP && frpCredentialEnabled(mContext)) {
332 if (userId == USER_FRP && frpCredentialEnabled(mContext)) {
339 if (userId == USER_FRP && frpCredentialEnabled(mContext)) {
346 if (userId == USER_FRP && frpCredentialEnabled(mContext)) {
1308 if (userId == USER_FRP) {

Completed in 53 milliseconds