Home
last modified time | relevance | path

Searched refs:APPROVAL_BY_COMPONENT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DManagedServicesTest.java26 import static com.android.server.notification.ManagedServices.APPROVAL_BY_COMPONENT;
186 mExpectedPrimary.put(APPROVAL_BY_COMPONENT, mExpectedPrimaryComponentNames); in setUp()
197 mExpectedSecondary.put(APPROVAL_BY_COMPONENT, mExpectedSecondaryComponentNames); in setUp()
199 mIpm, APPROVAL_BY_COMPONENT); in setUp()
204 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testBackupAndRestore_migration()
239 backupPrimary.put(APPROVAL_BY_COMPONENT, backupPrimaryComponentNames); in testBackupAndRestore_migration_preO()
251 backupSecondary.put(APPROVAL_BY_COMPONENT, backupSecondaryComponentNames); in testBackupAndRestore_migration_preO()
253 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testBackupAndRestore_migration_preO()
293 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testReadXml_migrationFromSettings()
311 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testReadXml_noLongerMigrateFromSettings()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java130 static final int APPROVAL_BY_COMPONENT = 1; field in ManagedServices
196 mApprovalLevel = APPROVAL_BY_COMPONENT; in ManagedServices()
229 if (cn != null && mApprovalLevel == APPROVAL_BY_COMPONENT) { in addDefaultComponentOrPackage()
746 if (this.mApprovalLevel == APPROVAL_BY_COMPONENT) { in upgradeDefaultsXmlVersion()
877 if (mApprovalLevel == APPROVAL_BY_COMPONENT) { in getApprovedValue()