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; 94 private ManagedServices.UserProfiles mUserProfiles; 163 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testBackupAndRestore_migration() 212 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testBackupAndRestore_migration_preO() 252 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testReadXml_migrationFromSettings() 270 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testReadXml() 290 ManagedServices service = new TestManagedServices(getContext(), mLock, mUserProfiles, in testReadXml_appendsListOfApprovedComponents() 317 ManagedServices service = in testReadXml_onlyRestoresForTargetUser() 338 ManagedServices service = in testWriteXml_onlyBackupsForTargetUser() [all …]
|
D | NotificationAssistantsTest.java | 71 private ManagedServices.UserProfiles mUserProfiles;
|
D | SnoozeHelperTest.java | 59 @Mock ManagedServices.UserProfiles mUserProfiles;
|
D | NotificationManagerServiceTest.java | 224 private ManagedServices.ManagedServiceInfo mListener; 376 ManagedServices.Config listenerConfig = new ManagedServices.Config(); in setUp() 379 ManagedServices.Config assistantConfig = new ManagedServices.Config(); in setUp() 382 ManagedServices.Config dndConfig = new ManagedServices.Config(); in setUp() 1874 mListener = mock(ManagedServices.ManagedServiceInfo.class); in testUpdateNotificationChannelFromPrivilegedListener_badUser() 1966 mListener = mock(ManagedServices.ManagedServiceInfo.class); in testGetNotificationChannelFromPrivilegedListener_badUser() 2017 mListener = mock(ManagedServices.ManagedServiceInfo.class); in testGetNotificationChannelGroupsFromPrivilegedListener_badUser()
|
D | ZenModeHelperTest.java | 78 import com.android.server.notification.ManagedServices.UserProfiles;
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 93 abstract public class ManagedServices { class 152 public ManagedServices(Context context, Object mutex, UserProfiles userProfiles, in ManagedServices() method in ManagedServices 1334 public boolean isGuest(ManagedServices host) { in isGuest() 1335 return ManagedServices.this != host; in isGuest() 1338 public ManagedServices getOwner() { in getOwner() 1339 return ManagedServices.this; in getOwner() 1354 public void writeToProto(ProtoOutputStream proto, long fieldId, ManagedServices host) { in writeToProto()
|
D | SnoozeHelper.java | 71 private final ManagedServices.UserProfiles mUserProfiles; 83 ManagedServices.UserProfiles userProfiles) { in SnoozeHelper()
|
D | ConditionProviders.java | 45 public class ConditionProviders extends ManagedServices {
|
D | NotificationManagerService.java | 239 import com.android.server.notification.ManagedServices.ManagedServiceInfo; 240 import com.android.server.notification.ManagedServices.UserProfiles; 529 defaultListenerAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR)) { in readDefaultApprovedServices() 550 defaultDndAccess.split(ManagedServices.ENABLED_SERVICES_SEPARATOR)) { in readDefaultApprovedServices() 3206 ManagedServices manager = 7646 public class NotificationAssistants extends ManagedServices { 8043 public class NotificationListeners extends ManagedServices {
|
/frameworks/base/services/ |
D | art-profile | 9193 …s;-><init>(Landroid/content/Context;Lcom/android/server/notification/ManagedServices$UserProfiles;… 9196 …ce/notification/IConditionProvider;)Lcom/android/server/notification/ManagedServices$ManagedServic… 9201 …tification/ConditionProviders;->getConfig()Lcom/android/server/notification/ManagedServices$Config; 9207 …>notifyConditions(Ljava/lang/String;Lcom/android/server/notification/ManagedServices$ManagedServic… 9210 …ConditionProviders;->onServiceAdded(Lcom/android/server/notification/ManagedServices$ManagedServic… 9211 …nProviders;->onServiceRemovedLocked(Lcom/android/server/notification/ManagedServices$ManagedServic… 9258 PLcom/android/server/notification/ManagedServices$1$1;->run()V 9259 HSPLcom/android/server/notification/ManagedServices$1;->onBindingDied(Landroid/content/ComponentNam… 9260 HSPLcom/android/server/notification/ManagedServices$1;->onNullBinding(Landroid/content/ComponentNam… 9261 HSPLcom/android/server/notification/ManagedServices$1;->onServiceConnected(Landroid/content/Compone… [all …]
|