Home
last modified time | relevance | path

Searched refs:foregroundUser (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java227 int foregroundUser = ActivityManager.getCurrentUser(); in checkCaller() local
228 ok = (foregroundUser == callingUser); in checkCaller()
261 int foregroundUser = ActivityManager.getCurrentUser(); in checkCallerAllowManagedProfiles() local
262 ok = (foregroundUser == callingUser) || in checkCallerAllowManagedProfiles()
263 (foregroundUser == parentUser); in checkCallerAllowManagedProfiles()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1826 int foregroundUser = ActivityManager.getCurrentUser(); in checkIfCallerIsSelfOrForegroundUser() local
1827 ok = (foregroundUser == callingUser); in checkIfCallerIsSelfOrForegroundUser()
1829 log("checkIfCallerIsSelfOrForegoundUser: foregroundUser=" + foregroundUser in checkIfCallerIsSelfOrForegroundUser()