Lines Matching refs:userInfo
53 UserInfo userInfo = um.getUserInfo(UserHandle.myUserId()); in onReceive() local
55 managedProfileSetup(context, pm, broadcast, userInfo); in onReceive()
56 webviewSettingSetup(context, pm, userInfo); in onReceive()
60 UserInfo userInfo) { in managedProfileSetup() argument
61 if (userInfo == null || !userInfo.isManagedProfile()) { in managedProfileSetup()
67 pm.clearCrossProfileIntentFilters(userInfo.id); in managedProfileSetup()
85 pm.addCrossProfileIntentFilter(info.filter, userInfo.id, in managedProfileSetup()
86 userInfo.profileGroupId, PackageManager.SKIP_CURRENT_PROFILE); in managedProfileSetup()
102 private void webviewSettingSetup(Context context, PackageManager pm, UserInfo userInfo) { in webviewSettingSetup() argument
103 if (userInfo == null) { in webviewSettingSetup()
109 userInfo.isAdmin() ? in webviewSettingSetup()