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