Home
last modified time | relevance | path

Searched refs:applyRestoredSystemPayload (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/grammaticalinflection/
DGrammaticalInflectionManagerInternal.java81 public abstract void applyRestoredSystemPayload(byte[] payload, int userId); in applyRestoredSystemPayload() method in GrammaticalInflectionManagerInternal
DGrammaticalInflectionService.java184 public void applyRestoredSystemPayload(byte[] payload, int userId) { in applyRestoredSystemPayload() method in GrammaticalInflectionService.GrammaticalInflectionManagerInternalImpl
185 mBackupHelper.applyRestoredSystemPayload(payload, userId); in applyRestoredSystemPayload()
DGrammaticalInflectionBackupHelper.java133 public void applyRestoredSystemPayload(byte[] payload, int userId) { in applyRestoredSystemPayload() method in GrammaticalInflectionBackupHelper
/frameworks/base/services/core/java/com/android/server/backup/
DSystemGrammaticalGenderBackupHelper.java63 mGrammarInflectionManagerInternal.applyRestoredSystemPayload(payload, mUserId); in applyRestoredPayload()
/frameworks/base/services/tests/servicestests/src/com/android/server/grammaticalinflection/
DGrammaticalInflectionBackupTest.java125 mBackupHelper.applyRestoredSystemPayload( in testApplySystemPayload_setSystemWideGrammaticalGender()