Searched refs:followUp (Results 1 – 4 of 4) sorted by relevance
112 SharedPreferences followUp = this.getSharedPreferences( in onStartJob() local114 SharedPreferences.Editor followUpEditor = followUp.edit(); in onStartJob()118 processFollowUpFile(followUp, followUpEditor); in onStartJob()140 public Map<String, Set<String>> processFollowUpFile(SharedPreferences followUp, in processFollowUpFile() argument143 Map<String, ?> all = followUp.getAll(); in processFollowUpFile()
168 SharedPreferences followUp = mContext.getSharedPreferences( in restoreEntity() local170 SharedPreferences.Editor followUpEditor = followUp.edit(); in restoreEntity()
1335 SharedPreferences followUp = mContext.getSharedPreferences( in remapFollowupFile() local1337 SharedPreferences.Editor followUpEditor = followUp.edit(); in remapFollowupFile()1338 Map<String, ?> followUpAll = followUp.getAll(); in remapFollowupFile()
1536 SharedPreferences followUp = mContext.getSharedPreferences( in testRemapFollowupFile() local1538 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()