Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsBackupAgentTest.java99 byte[] settingsBackup = mAgentUnderTest.getDeviceSpecificConfiguration(); in testRoundTripDeviceSpecificSettings()
117 byte[] settingsBackup = mAgentUnderTest.getDeviceSpecificConfiguration(); in testRoundTripDeviceSpecificSettingsWithBlock()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java231 byte[] deviceSpecificInformation = getDeviceSpecificConfiguration(); in onBackup()
1245 byte[] getDeviceSpecificConfiguration() throws IOException { in getDeviceSpecificConfiguration() method in SettingsBackupAgent