Home
last modified time | relevance | path

Searched refs:APPROVAL_BY_PACKAGE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DManagedServicesTest.java27 import static com.android.server.notification.ManagedServices.APPROVAL_BY_PACKAGE;
185 mExpectedPrimary.put(APPROVAL_BY_PACKAGE, mExpectedPrimaryPackages); in setUp()
196 mExpectedSecondary.put(APPROVAL_BY_PACKAGE, mExpectedSecondaryPackages); in setUp()
204 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testBackupAndRestore_migration()
238 backupPrimary.put(APPROVAL_BY_PACKAGE, backupPrimaryPackages); in testBackupAndRestore_migration_preO()
250 backupSecondary.put(APPROVAL_BY_PACKAGE, backupSecondaryPackages); 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()
341 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testReadXml()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DConditionProviders.java69 mApprovalLevel = APPROVAL_BY_PACKAGE; in ConditionProviders()
DManagedServices.java129 static final int APPROVAL_BY_PACKAGE = 0; field in ManagedServices
224 if (mApprovalLevel == APPROVAL_BY_PACKAGE) { in addDefaultComponentOrPackage()
752 if (this.mApprovalLevel == APPROVAL_BY_PACKAGE) { in upgradeDefaultsXmlVersion()