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.java378 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) { in showAlmostAtWipeDialog() argument
380 switch (userType) { in showAlmostAtWipeDialog()
397 private void showWipeDialog(int attempts, int userType) { in showWipeDialog() argument
399 switch (userType) { in showWipeDialog()
435 int userType = USER_TYPE_PRIMARY; in reportFailedUnlockAttempt() local
439 userType = USER_TYPE_SECONDARY_USER; in reportFailedUnlockAttempt()
442 userType = USER_TYPE_WORK_PROFILE; in reportFailedUnlockAttempt()
445 showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, userType); in reportFailedUnlockAttempt()
449 showWipeDialog(failedAttempts, userType); in reportFailedUnlockAttempt()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java119 public long userType; field in CallerInfo
173 userType = USER_TYPE_CURRENT; in CallerInfo()
193 info.userType = USER_TYPE_CURRENT; in getCallerInfo()
247 info.userType = USER_TYPE_WORK; in getCallerInfo()
698 .append("\nuserType " + userType) in toString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt104775 Lcom/android/internal/telephony/CallerInfo;->userType:J