Searched refs:sharedPrefEditor (Results 1 – 6 of 6) sorted by relevance
112 final SharedPreferences.Editor sharedPrefEditor = getSharedPreferences().edit(); in writeBlobHandleToDisk() local113 sharedPrefEditor.putString(KEY_DIGEST, Base64.getEncoder().encodeToString( in writeBlobHandleToDisk()115 sharedPrefEditor.putString(KEY_LABEL, handle.getLabel().toString()); in writeBlobHandleToDisk()116 sharedPrefEditor.putLong(KEY_EXPIRY, handle.getExpiryTimeMillis()); in writeBlobHandleToDisk()117 sharedPrefEditor.putString(KEY_TAG, handle.getTag()); in writeBlobHandleToDisk()118 assertThat(sharedPrefEditor.commit()).isTrue(); in writeBlobHandleToDisk()
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()
META-INF/ META-INF/MANIFEST.MF META-INF/packages__apps__QuickSearchBox__android_common__QuickSearchBox.kotlin_module com ...
META-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...