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.java261 service.migrateToXml(); in testReadXml_migrationFromSettings()
547 service.migrateToXml(); in testPackageUninstall_packageNoLongerInApprovedList()
563 service.migrateToXml(); in testPackageUninstall_componentNoLongerInApprovedList()
580 service.migrateToXml(); in testIsPackageAllowed()
DNotificationManagerServiceTest.java2733 verify(mListeners, times(1)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromXml()
2734 verify(mConditionProviders, times(1)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromXml()
2735 verify(mAssistants, times(1)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromXml()
2753 verify(mListeners, times(2)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromSettings()
2754 verify(mConditionProviders, times(2)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromSettings()
2755 verify(mAssistants, times(2)).migrateToXml(); in testReadPolicyXml_readApprovedServicesFromSettings()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java377 protected void migrateToXml() { in migrateToXml() method in ManagedServices
DNotificationManagerService.java634 mListeners.migrateToXml(); in readPolicyXml()
635 mAssistants.migrateToXml(); in readPolicyXml()
636 mConditionProviders.migrateToXml(); in readPolicyXml()