Home
last modified time | relevance | path

Searched defs:backupKey (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherBackupHelper.java359 String backupKey = data.getKey(); in restoreEntity() local
467 final String backupKey = keyToBackupKey(key); in backupFavorites() local
520 final String backupKey = keyToBackupKey(key); in backupScreens() local
579 String backupKey = null; in backupIcons() local
673 String backupKey = null; in backupWidgets() local
772 private Key backupKeyToKey(String backupKey) throws InvalidBackupException { in backupKeyToKey()
1114 private void writeRowToBackup(String backupKey, MessageNano proto, in writeRowToBackup()