Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java936 APPROVAL_BY_COMPONENT); in reregisterService_checksAppIsApproved_cn()
966 APPROVAL_BY_COMPONENT); in reregisterService_checksAppIsApproved_cn_secondary()
996 APPROVAL_BY_COMPONENT); in reregisterService_checksAppIsNotApproved_cn_secondary()
1026 APPROVAL_BY_COMPONENT); in unbindOtherUserServices()
1223 APPROVAL_BY_COMPONENT); in testGetAllowedComponentsByUser()
1300 APPROVAL_BY_COMPONENT); in testGetAllowedComponents()
1333 APPROVAL_BY_COMPONENT); in testPopulateComponentsToUnbind_forceRebind()
1369 APPROVAL_BY_COMPONENT); in testPopulateComponentsToUnbind()
1409 APPROVAL_BY_COMPONENT); in populateComponentsToBind()
1452 APPROVAL_BY_COMPONENT); in testOnNullBinding()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java125 static final int APPROVAL_BY_COMPONENT = 1; field in ManagedServices
191 mApprovalLevel = APPROVAL_BY_COMPONENT; in ManagedServices()
224 if (cn != null && mApprovalLevel == APPROVAL_BY_COMPONENT) { in addDefaultComponentOrPackage()
741 if (this.mApprovalLevel == APPROVAL_BY_COMPONENT) { in upgradeDefaultsXmlVersion()
872 if (mApprovalLevel == APPROVAL_BY_COMPONENT) { in getApprovedValue()