Searched refs:mPrivateProfileMatcher (Results 1 – 1 of 1) sorted by relevance
106 private final Predicate<UserHandle> mPrivateProfileMatcher; field in PrivateProfileManager143 mPrivateProfileMatcher = (user) -> userCache.getUserInfo(user).isPrivate(); in PrivateProfileManager()336 return mPrivateProfileMatcher; in getUserMatcher()