Searched defs:mUserProfiles (Results 1 – 2 of 2) sorted by relevance
297 private final UserProfiles mUserProfiles = new UserProfiles(); field in NotificationManagerService3818 super(getContext(), mHandler, mNotificationList, mUserProfiles); in NotificationRankers() local3949 super(getContext(), mHandler, mNotificationList, mUserProfiles); in NotificationListeners() local
83 private final UserProfiles mUserProfiles; field in ManagedServices