Searched refs:checkIfCallerIsSelfOrForegoundUser (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java616 if (checkIfCallerIsSelfOrForegoundUser()) {
660 if (checkIfCallerIsSelfOrForegoundUser()) {
692 if (checkIfCallerIsSelfOrForegoundUser()) {
709 private boolean checkIfCallerIsSelfOrForegoundUser() { method in class:PhoneInterfaceManager
724 log("checkIfCallerIsSelfOrForegoundUser: foregroundUser=" + foregroundUser
728 if (DBG_LOC) loge("checkIfCallerIsSelfOrForegoundUser: Exception ex=" + ex);
734 if (DBG_LOC) log("checkIfCallerIsSelfOrForegoundUser: is self");
737 if (DBG_LOC) log("checkIfCallerIsSelfOrForegoundUser: ret=" + ok);

Completed in 34 milliseconds