Searched refs:ManagedServices (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ManagedServicesTest.java | 18 import static com.android.server.notification.ManagedServices.APPROVAL_BY_COMPONENT; 19 import static com.android.server.notification.ManagedServices.APPROVAL_BY_PACKAGE; 95 private ManagedServices.UserProfiles mUserProfiles; 103 private ManagedServices mService; 173 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testBackupAndRestore_migration() 222 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testBackupAndRestore_migration_preO() 262 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testReadXml_migrationFromSettings() 280 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testReadXml() 300 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testReadXml_appendsListOfApprovedComponents() 327 ManagedServices service = in testReadXml_onlyRestoresForTargetUser() [all …]
|
D | NotificationAssistantsTest.java | 71 private ManagedServices.UserProfiles mUserProfiles;
|
D | NotificationManagerServiceTest.java | 260 private ManagedServices.ManagedServiceInfo mListener; 455 ManagedServices.Config listenerConfig = new ManagedServices.Config(); in setUp() 458 ManagedServices.Config assistantConfig = new ManagedServices.Config(); in setUp() 461 ManagedServices.Config dndConfig = new ManagedServices.Config(); in setUp() 2358 mListener = mock(ManagedServices.ManagedServiceInfo.class); in testUpdateNotificationChannelFromPrivilegedListener_badUser() 2455 mListener = mock(ManagedServices.ManagedServiceInfo.class); in testGetNotificationChannelFromPrivilegedListener_badUser() 2509 mListener = mock(ManagedServices.ManagedServiceInfo.class); in testGetNotificationChannelGroupsFromPrivilegedListener_badUser() 2787 ManagedServices.ManagedServiceInfo listener = mListeners.new ManagedServiceInfo( in testSystemNotificationListenerCanUnsnooze()
|
D | SnoozeHelperTest.java | 76 @Mock ManagedServices.UserProfiles mUserProfiles;
|
D | ZenModeHelperTest.java | 103 import com.android.server.notification.ManagedServices.UserProfiles;
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 94 abstract public class ManagedServices { class 161 public ManagedServices(Context context, Object mutex, UserProfiles userProfiles, in ManagedServices() method in ManagedServices 1523 public boolean isGuest(ManagedServices host) { in isGuest() 1524 return ManagedServices.this != host; in isGuest() 1527 public ManagedServices getOwner() { in getOwner() 1528 return ManagedServices.this; in getOwner() 1543 public void dumpDebug(ProtoOutputStream proto, long fieldId, ManagedServices host) { in dumpDebug()
|
D | ConditionProviders.java | 49 public class ConditionProviders extends ManagedServices { 203 String[] dnds = defaultDndAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR); in loadDefaultsFromConfig()
|
D | SnoozeHelper.java | 87 private final ManagedServices.UserProfiles mUserProfiles; 112 ManagedServices.UserProfiles userProfiles) { in SnoozeHelper()
|
D | NotificationManagerService.java | 264 import com.android.server.notification.ManagedServices.ManagedServiceInfo; 265 import com.android.server.notification.ManagedServices.UserProfiles; 3957 ManagedServices manager = 8656 public class NotificationAssistants extends ManagedServices { 8674 .split(ManagedServices.ENABLED_SERVICES_SEPARATOR))); 9123 public class NotificationListeners extends ManagedServices { 9138 defaultListenerAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR);
|
/frameworks/base/services/ |
D | art-profile | 20855 …nagerService$NotificationAssistants;Lcom/android/server/notification/ManagedServices$ManagedServic… 20861 …nagerService$NotificationAssistants;Lcom/android/server/notification/ManagedServices$ManagedServic… 20867 …nagerService$NotificationAssistants;Lcom/android/server/notification/ManagedServices$ManagedServic… 20869 …nagerService$NotificationAssistants;Lcom/android/server/notification/ManagedServices$ManagedServic… 20875 …anagerService$NotificationListeners;Lcom/android/server/notification/ManagedServices$ManagedServic… 20877 …anagerService$NotificationListeners;Lcom/android/server/notification/ManagedServices$ManagedServic… 20932 …s;-><init>(Landroid/content/Context;Lcom/android/server/notification/ManagedServices$UserProfiles;… 20935 …ce/notification/IConditionProvider;)Lcom/android/server/notification/ManagedServices$ManagedServic… 20940 …tification/ConditionProviders;->getConfig()Lcom/android/server/notification/ManagedServices$Config; 20946 …>notifyConditions(Ljava/lang/String;Lcom/android/server/notification/ManagedServices$ManagedServic… [all …]
|