Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java470 static int sForegroundUserId = USER_HANDLE_NULL.getIdentifier(); field in Utils
473 return Utils.sForegroundUserId; in getForegroundUserId()
477 Utils.sForegroundUserId = userId; in setForegroundUserId()
784 return (sForegroundUserId == callingUser.getIdentifier()) in checkCallerIsSystemOrActiveUser()
834 return (sForegroundUserId == callingUser.getIdentifier()) in checkCallerIsSystemOrActiveOrManagedUser()
835 || (sForegroundUserId == parentUser) in checkCallerIsSystemOrActiveOrManagedUser()