Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsBackupAgentTest.java103 mAgentUnderTest.restoreDeviceSpecificConfig( in testRoundTripDeviceSpecificSettings()
122 mAgentUnderTest.restoreDeviceSpecificConfig( in testRoundTripDeviceSpecificSettingsWithBlock()
189 mAgentUnderTest.restoreDeviceSpecificConfig( in checkAcceptTestFailingBlockRestore()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java394 restoreDeviceSpecificConfig( in onRestore()
1185 boolean restoreDeviceSpecificConfig(byte[] data, int blockedSettingsArrayId, in restoreDeviceSpecificConfig() method in SettingsBackupAgent