Searched defs:sharedPref (Results 1 – 6 of 6) sorted by relevance
77 SharedPreferences sharedPref = getSharedPreferences(context); in hasErrDataBudget() local98 SharedPreferences sharedPref = getSharedPreferences(context); in getErrDataBudgetConsumed() local130 SharedPreferences sharedPref = getSharedPreferences(context); in generateAndSetId() local146 SharedPreferences sharedPref = getSharedPreferences(context); in getId() local174 SharedPreferences sharedPref = getSharedPreferences(context); in setDeviceConfig() local201 SharedPreferences sharedPref = getSharedPreferences(context); in getExtraSignedKeysAvailable() local209 SharedPreferences sharedPref = getSharedPreferences(context); in getExpiringBy() local226 SharedPreferences sharedPref = getSharedPreferences(context); in getUrl() local257 SharedPreferences sharedPref = getSharedPreferences(context); in incrementFailureCounter() local269 SharedPreferences sharedPref = getSharedPreferences(context); in getFailureCounter() local[all …]
76 SharedPreferences sharedPref = cxt.getSharedPreferences( in Settings() local136 SharedPreferences sharedPref = cxt.getSharedPreferences( in updateCarrierConfig() local161 public String loadServicePackageName(int subId, SharedPreferences sharedPref) { in loadServicePackageName()171 public int loadReleaseTime(int subId, SharedPreferences sharedPref) { in loadReleaseTime()189 SharedPreferences sharedPref = cxt.getSharedPreferences( in updateServiceConfig() local241 SharedPreferences sharedPref = cxt.getSharedPreferences( in updateTestConfig() local
122 SharedPreferences sharedPref = in updateSharedPreferences() local162 SharedPreferences sharedPref = in ignoreEvent() local
470 SharedPreferences sharedPref = mMockProviderModelSlice.getSharedPreference(); in onNotifyChange_FirstTimeDisableToggleState_showDialog() local488 SharedPreferences sharedPref = mMockProviderModelSlice.getSharedPreference(); in onNotifyChange_EnableToggleState_doNotShowDialog() local506 SharedPreferences sharedPref = mMockProviderModelSlice.getSharedPreference(); in onNotifyChange_notFirstTimeDisableToggleState_doNotShowDialog() local
78 SharedPreferences sharedPref = in schedule() local
62 private lateinit var sharedPref: SharedPreferences variable in com.android.permissioncontroller.tests.mocking.privacysources.AccessibilitySourceServiceTest