Lines Matching refs:SharedPreferences
20 import android.content.SharedPreferences;
51 SharedPreferences sharedPref = in generateAndSetId()
59 SharedPreferences.Editor editor = sharedPref.edit(); in generateAndSetId()
68 SharedPreferences sharedPref = in getId()
87 SharedPreferences sharedPref = in setDeviceConfig()
89 SharedPreferences.Editor editor = sharedPref.edit(); in setDeviceConfig()
115 SharedPreferences sharedPref = in getExtraSignedKeysAvailable()
124 SharedPreferences sharedPref = in getExpiringBy()
134 SharedPreferences sharedPref = in getUrl()
147 SharedPreferences sharedPref = in incrementFailureCounter()
149 SharedPreferences.Editor editor = sharedPref.edit(); in incrementFailureCounter()
160 SharedPreferences sharedPref = in getFailureCounter()
169 SharedPreferences sharedPref = in clearFailureCounter()
172 SharedPreferences.Editor editor = sharedPref.edit(); in clearFailureCounter()
182 SharedPreferences sharedPref = in clearPreferences()
184 SharedPreferences.Editor editor = sharedPref.edit(); in clearPreferences()