Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DManagedServicesTest.java271 service.migrateToXml(); in testReadXml_migrationFromSettings()
698 service.migrateToXml(); in testPackageUninstall_packageNoLongerInApprovedList()
714 service.migrateToXml(); in testPackageUninstall_componentNoLongerInApprovedList()
731 service.migrateToXml(); in testIsPackageAllowed()
DNotificationManagerServiceTest.java3041 verify(mAssistants).migrateToXml(); in testSetListenerAccess_onLowRam()
3057 verify(mListeners).migrateToXml(); in testSetAssistantAccess_onLowRam()
3060 verify(mAssistants).migrateToXml(); in testSetAssistantAccess_onLowRam()
3070 verify(mListeners).migrateToXml(); in testSetDndAccess_onLowRam()
3073 verify(mAssistants).migrateToXml(); in testSetDndAccess_onLowRam()
3353 verify(mListeners, times(1)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromXml()
3354 verify(mConditionProviders, times(1)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromXml()
3355 verify(mAssistants, times(1)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromXml()
3385 verify(mListeners, times(2)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromSettings()
3386 verify(mConditionProviders, times(2)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromSettings()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java510 protected void migrateToXml() { in migrateToXml() method in ManagedServices
DNotificationManagerService.java763 mListeners.migrateToXml(); in readPolicyXml()
764 mAssistants.migrateToXml(); in readPolicyXml()
765 mConditionProviders.migrateToXml(); in readPolicyXml()