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;
145 mExpectedPrimary.put(APPROVAL_BY_PACKAGE, mExpectedPrimaryPackages); in setUp()
156 mExpectedSecondary.put(APPROVAL_BY_PACKAGE, mExpectedSecondaryPackages); in setUp()
162 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testBackupAndRestore_migration()
196 backupPrimary.put(APPROVAL_BY_PACKAGE, backupPrimaryPackages); in testBackupAndRestore_migration_preO()
208 backupSecondary.put(APPROVAL_BY_PACKAGE, backupSecondaryPackages); in testBackupAndRestore_migration_preO()
211 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testBackupAndRestore_migration_preO()
251 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testReadXml_migrationFromSettings()
269 for (int approvalLevel : new int[] {APPROVAL_BY_COMPONENT, APPROVAL_BY_PACKAGE}) { in testReadXml()
289 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.java62 mApprovalLevel = APPROVAL_BY_PACKAGE; in ConditionProviders()
DManagedServices.java111 static final int APPROVAL_BY_PACKAGE = 0; field in ManagedServices