Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java322 static int sForegroundUserId = UserHandle.USER_NULL; field in Utils
324 Utils.sForegroundUserId = uid; in setForegroundUserId()
602 return (sForegroundUserId == callingUser) in checkCallerIsSystemOrActiveUser()
634 return (sForegroundUserId == callingUser) || (sForegroundUserId == parentUser) in checkCallerIsSystemOrActiveOrManagedUser()