Searched defs:sharedPreferences (Results 1 – 4 of 4) sorted by relevance
50 val sharedPreferences = context.getSharedPreferences(updateInfoPrefs, Context.MODE_PRIVATE) in <lambda>() constant70 val sharedPreferences = context.getSharedPreferences(updateInfoPrefs, Context.MODE_PRIVATE) in <lambda>() constant85 val sharedPreferences = context.getSharedPreferences(updateInfoPrefs, Context.MODE_PRIVATE) in <lambda>() constant137 val sharedPreferences = context.getSharedPreferences(updateInfoPrefs, Context.MODE_PRIVATE) in <lambda>() constant
108 SharedPreferences sharedPreferences = EncryptedSharedPreferences in testWriteSharedPrefs() local377 SharedPreferences sharedPreferences = mContext.getSharedPreferences(tinkTestPrefs, in testWriteSharedPrefsTink() local422 (sharedPreferences, key) -> { in testReentrantCallbackCalls() argument433 SharedPreferences sharedPreferences = EncryptedSharedPreferences in testOnSharedPreferenceChangeListenerWithAdd() local474 SharedPreferences sharedPreferences = EncryptedSharedPreferences in testOnSharedPreferenceChangeListenerWithEdit() local520 SharedPreferences sharedPreferences = EncryptedSharedPreferences in testOnSharedPreferenceChangeListenerWithRemove() local
92 SharedPreferences sharedPreferences = mContext.getSharedPreferences( in setup() local336 SharedPreferences sharedPreferences = mContext.getSharedPreferences(CUSTOM_PREF_NAME, in testWriteReadEncryptedFileCustomPrefs() local
102 @NonNull SharedPreferences sharedPreferences, in EncryptedSharedPreferences()