Searched refs:applyRestoredSystemPayload (Results 1 – 5 of 5) sorted by relevance
81 public abstract void applyRestoredSystemPayload(byte[] payload, int userId); in applyRestoredSystemPayload() method in GrammaticalInflectionManagerInternal
184 public void applyRestoredSystemPayload(byte[] payload, int userId) { in applyRestoredSystemPayload() method in GrammaticalInflectionService.GrammaticalInflectionManagerInternalImpl185 mBackupHelper.applyRestoredSystemPayload(payload, userId); in applyRestoredSystemPayload()
133 public void applyRestoredSystemPayload(byte[] payload, int userId) { in applyRestoredSystemPayload() method in GrammaticalInflectionBackupHelper
63 mGrammarInflectionManagerInternal.applyRestoredSystemPayload(payload, mUserId); in applyRestoredPayload()
125 mBackupHelper.applyRestoredSystemPayload( in testApplySystemPayload_setSystemWideGrammaticalGender()