Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleBackupFollowUpJob.java112 SharedPreferences followUp = this.getSharedPreferences( in onStartJob() local
114 SharedPreferences.Editor followUpEditor = followUp.edit(); in onStartJob()
118 processFollowUpFile(followUp, followUpEditor); in onStartJob()
140 public Map<String, Set<String>> processFollowUpFile(SharedPreferences followUp, in processFollowUpFile() argument
143 Map<String, ?> all = followUp.getAll(); in processFollowUpFile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleBackupHelper.java168 SharedPreferences followUp = mContext.getSharedPreferences( in restoreEntity() local
170 SharedPreferences.Editor followUpEditor = followUp.edit(); in restoreEntity()
DPeopleSpaceWidgetManager.java1335 SharedPreferences followUp = mContext.getSharedPreferences( in remapFollowupFile() local
1337 SharedPreferences.Editor followUpEditor = followUp.edit(); in remapFollowupFile()
1338 Map<String, ?> followUpAll = followUp.getAll(); in remapFollowupFile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1536 SharedPreferences followUp = mContext.getSharedPreferences( in testRemapFollowupFile() local
1538 SharedPreferences.Editor followUpEditor = followUp.edit(); in testRemapFollowupFile()
1545 assertThat(followUp.getStringSet(key8.toString(), new HashSet<>())).containsExactly( in testRemapFollowupFile()
1547 assertThat(followUp.getStringSet(key11.toString(), new HashSet<>())).containsExactly( in testRemapFollowupFile()