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.java19 import static com.android.server.notification.ManagedServices.APPROVAL_BY_PACKAGE;
153 mExpectedPrimary.put(APPROVAL_BY_PACKAGE, mExpectedPrimaryPackages); in setUp()
164 mExpectedSecondary.put(APPROVAL_BY_PACKAGE, mExpectedSecondaryPackages); in setUp()
172 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testBackupAndRestore_migration()
206 backupPrimary.put(APPROVAL_BY_PACKAGE, backupPrimaryPackages); in testBackupAndRestore_migration_preO()
218 backupSecondary.put(APPROVAL_BY_PACKAGE, backupSecondaryPackages); in testBackupAndRestore_migration_preO()
221 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testBackupAndRestore_migration_preO()
261 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testReadXml_migrationFromSettings()
279 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testReadXml()
299 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testReadXml_appendsListOfApprovedComponents()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DConditionProviders.java65 mApprovalLevel = APPROVAL_BY_PACKAGE; in ConditionProviders()
DManagedServices.java116 static final int APPROVAL_BY_PACKAGE = 0; field in ManagedServices
194 if (mApprovalLevel == APPROVAL_BY_PACKAGE) { in addDefaultComponentOrPackage()
595 if (this.mApprovalLevel == APPROVAL_BY_PACKAGE) { in upgradeDefaultsXmlVersion()