Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/grammaticalinflection/
DGrammaticalInflectionManagerInternal.java76 public abstract @Nullable byte[] getSystemBackupPayload(int userId); in getSystemBackupPayload() method in GrammaticalInflectionManagerInternal
DGrammaticalInflectionService.java178 public byte[] getSystemBackupPayload(int userId) { in getSystemBackupPayload() method in GrammaticalInflectionService.GrammaticalInflectionManagerInternalImpl
180 return mBackupHelper.getSystemBackupPayload(userId); in getSystemBackupPayload()
DGrammaticalInflectionBackupHelper.java125 public byte[] getSystemBackupPayload(int userId) { in getSystemBackupPayload() method in GrammaticalInflectionBackupHelper
/frameworks/base/services/core/java/com/android/server/backup/
DSystemGrammaticalGenderBackupHelper.java57 ? mGrammarInflectionManagerInternal.getSystemBackupPayload(mUserId) : null; in getBackupPayload()
/frameworks/base/services/tests/servicestests/src/com/android/server/grammaticalinflection/
DGrammaticalInflectionBackupTest.java117 int gender = convertByteArrayToInt(mBackupHelper.getSystemBackupPayload(DEFAULT_USER_ID)); in testSystemBackupPayload_returnsGender()