Searched refs:userType (Results 1 – 3 of 3) sorted by relevance
378 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) { in showAlmostAtWipeDialog() argument380 switch (userType) { in showAlmostAtWipeDialog()397 private void showWipeDialog(int attempts, int userType) { in showWipeDialog() argument399 switch (userType) { in showWipeDialog()435 int userType = USER_TYPE_PRIMARY; in reportFailedUnlockAttempt() local439 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()
119 public long userType; field in CallerInfo173 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()
104775 Lcom/android/internal/telephony/CallerInfo;->userType:J