Home
last modified time | relevance | path

Searched defs:mUserProfiles (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java297 private final UserProfiles mUserProfiles = new UserProfiles(); field in NotificationManagerService
3818 super(getContext(), mHandler, mNotificationList, mUserProfiles); in NotificationRankers() local
3949 super(getContext(), mHandler, mNotificationList, mUserProfiles); in NotificationListeners() local
DManagedServices.java83 private final UserProfiles mUserProfiles; field in ManagedServices