Searched refs:sharedPrefEditor (Results 1 – 2 of 2) sorted by relevance
140 val sharedPrefEditor: Editor = searchPreferences.edit() constant141 sharedPrefEditor.putString(SEARCH_BASE_DOMAIN_PREF, searchBaseUrl)142 sharedPrefEditor.putLong(SEARCH_BASE_DOMAIN_APPLY_TIME, System.currentTimeMillis())143 SharedPreferencesCompat.apply(sharedPrefEditor)
162 SharedPreferences.Editor sharedPrefEditor = mSharedPref.edit(); in onRemoteTaskRequested() local163 sharedPrefEditor.putString(PREF_KEY, toJsonString( in onRemoteTaskRequested()165 sharedPrefEditor.apply(); in onRemoteTaskRequested()