Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsBackupAgentTest.java106 byte[] settingsBackup = mAgentUnderTest.getDeviceSpecificConfiguration(); in testRoundTripDeviceSpecificSettings()
124 byte[] settingsBackup = mAgentUnderTest.getDeviceSpecificConfiguration(); in testRoundTripDeviceSpecificSettingsWithBlock()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java249 byte[] deviceSpecificInformation = getDeviceSpecificConfiguration(); in onBackup()
1336 byte[] getDeviceSpecificConfiguration() throws IOException { in getDeviceSpecificConfiguration() method in SettingsBackupAgent