Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java59 @Mock ManagedServices.UserProfiles mUserProfiles; field in SnoozeHelperTest
DNotificationAssistantsTest.java71 private ManagedServices.UserProfiles mUserProfiles; field in NotificationAssistantsTest
DManagedServicesTest.java94 private ManagedServices.UserProfiles mUserProfiles; field in ManagedServicesTest
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java445 private final UserProfiles mUserProfiles = new UserProfiles(); field in NotificationManagerService
1766 new NotificationAssistants(getContext(), mNotificationLock, mUserProfiles, in onStart() local
1768 new ConditionProviders(getContext(), mUserProfiles, AppGlobals.getPackageManager()), in onStart() local
DSnoozeHelper.java71 private final ManagedServices.UserProfiles mUserProfiles; field in SnoozeHelper
DManagedServices.java116 private final UserProfiles mUserProfiles; field in ManagedServices