Searched refs:sForegroundUserId (Results 1 – 1 of 1) sorted by relevance
322 static int sForegroundUserId = UserHandle.USER_NULL; field in Utils324 Utils.sForegroundUserId = uid; in setForegroundUserId()602 return (sForegroundUserId == callingUser) in checkCallerIsSystemOrActiveUser()634 return (sForegroundUserId == callingUser) || (sForegroundUserId == parentUser) in checkCallerIsSystemOrActiveOrManagedUser()