Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsBackupAgentTest.java140 mAgentUnderTest.isSourceAcceptable(header, pos)); in testGeneratedHeaderMatchesCurrentDevice()
159 mAgentUnderTest.isSourceAcceptable(header, pos)); in testNewerHeaderVersionFailsMatch()
169 mAgentUnderTest.isSourceAcceptable(header, pos)); in testWrongManufacturerFailsMatch()
179 mAgentUnderTest.isSourceAcceptable(header, pos)); in testWrongProductFailsMatch()
302 boolean isSourceAcceptable(byte[] data, AtomicInteger pos) { in isSourceAcceptable() method in SettingsBackupAgentTest.TestFriendlySettingsBackupAgent
304 ? super.isSourceAcceptable(data, pos) in isSourceAcceptable()
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java1190 if (!isSourceAcceptable(data, pos)) { in restoreDeviceSpecificConfig()
1264 boolean isSourceAcceptable(byte[] data, AtomicInteger pos) { in isSourceAcceptable() method in SettingsBackupAgent