Searched refs:backupEditor (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | PeopleBackupHelper.java | 134 SharedPreferences.Editor backupEditor = backupSp.edit(); in performBackup() local 135 backupEditor.clear(); in performBackup() 145 sp.getAll().entrySet().forEach(entry -> backupKey(entry, backupEditor, existingWidgets)); in performBackup() 146 backupEditor.apply(); in performBackup() 195 public void backupKey(Map.Entry<String, ?> entry, SharedPreferences.Editor backupEditor, in backupKey() argument 205 backupWidgetIdKey(key, String.valueOf(entry.getValue()), backupEditor, in backupKey() 209 backupPeopleTileKey(key, (Set<String>) entry.getValue(), backupEditor, in backupKey() 213 backupContactUriKey(key, (Set<String>) entry.getValue(), backupEditor); in backupKey()
|