Searched refs:userType (Results 1 – 3 of 3) sorted by relevance
385 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) { in showAlmostAtWipeDialog() argument387 switch (userType) { in showAlmostAtWipeDialog()404 private void showWipeDialog(int attempts, int userType) { in showWipeDialog() argument406 switch (userType) { in showWipeDialog()442 int userType = USER_TYPE_PRIMARY; in reportFailedUnlockAttempt() local446 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()
131 public long userType; field in CallerInfo194 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()
98278 Lcom/android/internal/telephony/CallerInfo;->userType:J