Home
last modified time | relevance | path

Searched refs:userType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityContainer.java215 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) { in showAlmostAtWipeDialog() argument
217 switch (userType) { in showAlmostAtWipeDialog()
234 private void showWipeDialog(int attempts, int userType) { in showWipeDialog() argument
236 switch (userType) { in showWipeDialog()
272 int userType = USER_TYPE_PRIMARY; in reportFailedUnlockAttempt() local
276 userType = USER_TYPE_SECONDARY_USER; in reportFailedUnlockAttempt()
279 userType = USER_TYPE_WORK_PROFILE; in reportFailedUnlockAttempt()
282 showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, userType); in reportFailedUnlockAttempt()
286 showWipeDialog(failedAttempts, userType); in reportFailedUnlockAttempt()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java109 public long userType; field in CallerInfo
162 userType = USER_TYPE_CURRENT; in CallerInfo()
182 info.userType = USER_TYPE_CURRENT; in getCallerInfo()
236 info.userType = USER_TYPE_WORK; in getCallerInfo()
672 .append("\nuserType " + userType) in toString()