Home
last modified time | relevance | path

Searched refs:readPolicyXml (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java304 ZenPolicy fromXml = readPolicyXml(bais); in testZenPolicyXml_allUnset()
329 ZenPolicy fromXml = readPolicyXml(bais); in testZenPolicyXml()
452 private ZenPolicy readPolicyXml(ByteArrayInputStream is) in readPolicyXml() method in ZenModeConfigTest
H A DNotificationManagerServiceTest.java5155 mService.readPolicyXml( in testReadPolicyXml_readApprovedServicesFromXml()
5175 mService.readPolicyXml( in testReadPolicyXml_readSnoozedNotificationsFromXml()
5187 mService.readPolicyXml( in testReadPolicyXml_readApprovedServicesFromSettings()
5220 mService.readPolicyXml( in testReadPolicyXml_doesNotRestoreManagedServicesForCloneUser()
5247 mService.readPolicyXml( in testReadPolicyXml_doesNotRestoreManagedServicesForManagedUser()
5274 mService.readPolicyXml( in testReadPolicyXml_restoresManagedServicesForNonManagedUser()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java963 void readPolicyXml(InputStream stream, boolean forRestore, int userId) in readPolicyXml() method in NotificationManagerService
1033 readPolicyXml(infile, false /*forRestore*/, UserHandle.USER_ALL); in loadPolicyFile()
5410 readPolicyXml(bais, true /*forRestore*/, user);