Home
last modified time | relevance | path

Searched refs:migrateToXml (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java298 service.migrateToXml(); in testReadXml_migrationFromSettings()
316 service.migrateToXml(); in testReadXml_noLongerMigrateFromSettings()
1052 service.migrateToXml(); in testPackageUninstall_packageNoLongerInApprovedList()
1068 service.migrateToXml(); in testPackageUninstall_componentNoLongerInApprovedList()
1085 service.migrateToXml(); in testIsPackageAllowed()
H A DNotificationManagerServiceTest.java4653 verify(mAssistants).migrateToXml(); in testSetListenerAccess_onLowRam()
4669 verify(mListeners).migrateToXml(); in testSetAssistantAccess_onLowRam()
4672 verify(mAssistants).migrateToXml(); in testSetAssistantAccess_onLowRam()
4682 verify(mListeners).migrateToXml(); in testSetDndAccess_onLowRam()
4685 verify(mAssistants).migrateToXml(); in testSetDndAccess_onLowRam()
5164 verify(mListeners, times(1)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromXml()
5165 verify(mConditionProviders, times(1)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromXml()
5166 verify(mAssistants, times(1)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromXml()
5196 verify(mListeners, times(2)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromSettings()
5197 verify(mConditionProviders, times(2)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromSettings()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java597 protected final void migrateToXml() { in migrateToXml() method in ManagedServices
H A DNotificationManagerService.java1016 mListeners.migrateToXml(); in readPolicyXml()
1017 mAssistants.migrateToXml(); in readPolicyXml()
1018 mConditionProviders.migrateToXml(); in readPolicyXml()