Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java251 static int sForegroundUserId = UserHandle.USER_NULL; field in Utils
253 Utils.sForegroundUserId = uid; in setForegroundUserId()
259 return (sForegroundUserId == callingUser) || (sSystemUiUid == callingUid) in checkCaller()
278 return (sForegroundUserId == callingUser) || (sForegroundUserId == parentUser) in checkCallerAllowManagedProfiles()