Searched refs:backupKey (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherBackupHelper.java359 String backupKey = data.getKey();
361 if (JOURNAL_KEY.equals(backupKey)) {
377 if (!mExistingKeys.isEmpty() && !mExistingKeys.contains(backupKey)) {
378 if (DEBUG) Log.e(TAG, "Ignoring key not present in the backup state " + backupKey);
381 Key key = backupKeyToKey(backupKey);
467 final String backupKey = keyToBackupKey(key);
470 if (!mExistingKeys.contains(backupKey) || updateTime >= mLastBackupRestoreTime
520 final String backupKey = keyToBackupKey(key);
521 if (!mExistingKeys.contains(backupKey) || updateTime >= mLastBackupRestoreTime) {
579 String backupKey
767 backupKeyToKey(String backupKey) argument
1121 writeRowToBackup(String backupKey, MessageNano proto, BackupDataOutput data) argument
[all...]

Completed in 59 milliseconds