Home
last modified time | relevance | path

Searched refs:followUpEditor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleBackupFollowUpJob.java114 SharedPreferences.Editor followUpEditor = followUp.edit(); in onStartJob() local
118 processFollowUpFile(followUp, followUpEditor); in onStartJob()
124 cancelJobAndClearRemainingWidgets(remainingWidgets, followUpEditor, sp); in onStartJob()
128 followUpEditor.apply(); in onStartJob()
141 SharedPreferences.Editor followUpEditor) { in processFollowUpFile() argument
151 followUpEditor.remove(key); in processFollowUpFile()
187 SharedPreferences.Editor followUpEditor, SharedPreferences sp) { in cancelJobAndClearRemainingWidgets() argument
190 followUpEditor.clear(); in cancelJobAndClearRemainingWidgets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleBackupHelper.java170 SharedPreferences.Editor followUpEditor = followUp.edit(); in restoreEntity() local
175 boolean restored = restoreKey(entry, editor, followUpEditor, backupSp); in restoreEntity()
182 followUpEditor.apply(); in restoreEntity()
226 SharedPreferences.Editor followUpEditor, SharedPreferences backupSp) { in restoreKey() argument
236 key, (Set<String>) entry.getValue(), editor, followUpEditor); in restoreKey()
317 SharedPreferences.Editor followUpEditor) { in restorePeopleTileKeyAndCorrespondingWidgetFile() argument
337 followUpEditor.putStringSet(peopleTileKey.toString(), widgetIds); in restorePeopleTileKeyAndCorrespondingWidgetFile()
DPeopleSpaceWidgetManager.java1372 SharedPreferences.Editor followUpEditor = followUp.edit(); in remapFollowupFile() local
1381 followUpEditor.remove(key); in remapFollowupFile()
1388 followUpEditor.putStringSet(key, newWidgets); in remapFollowupFile()
1390 followUpEditor.apply(); in remapFollowupFile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1565 SharedPreferences.Editor followUpEditor = followUp.edit(); in testRemapFollowupFile() local
1566 followUpEditor.putStringSet(key8.toString(), set8); in testRemapFollowupFile()
1567 followUpEditor.putStringSet(key11.toString(), set11); in testRemapFollowupFile()
1568 followUpEditor.apply(); in testRemapFollowupFile()