Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java385 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) { in showAlmostAtWipeDialog() argument
387 switch (userType) { in showAlmostAtWipeDialog()
404 private void showWipeDialog(int attempts, int userType) { in showWipeDialog() argument
406 switch (userType) { in showWipeDialog()
442 int userType = USER_TYPE_PRIMARY; in reportFailedUnlockAttempt() local
446 userType = USER_TYPE_SECONDARY_USER; in reportFailedUnlockAttempt()
449 userType = USER_TYPE_WORK_PROFILE; in reportFailedUnlockAttempt()
452 showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, userType); in reportFailedUnlockAttempt()
456 showWipeDialog(failedAttempts, userType); in reportFailedUnlockAttempt()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java131 public long userType; field in CallerInfo
194 userType = USER_TYPE_CURRENT; in CallerInfo()
216 info.userType = USER_TYPE_CURRENT; in getCallerInfo()
270 info.userType = USER_TYPE_WORK; in getCallerInfo()
770 .append("\nuserType " + userType) in toString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt98278 Lcom/android/internal/telephony/CallerInfo;->userType:J