Home
last modified time | relevance | path

Searched defs:sharedPreferences (Results 1 – 4 of 4) sorted by relevance

/security/security-state-provider/src/main/java/androidx/security/state/provider/
DUpdateInfoManager.kt50 val sharedPreferences = context.getSharedPreferences(updateInfoPrefs, Context.MODE_PRIVATE) in <lambda>() constant
70 val sharedPreferences = context.getSharedPreferences(updateInfoPrefs, Context.MODE_PRIVATE) in <lambda>() constant
85 val sharedPreferences = context.getSharedPreferences(updateInfoPrefs, Context.MODE_PRIVATE) in <lambda>() constant
137 val sharedPreferences = context.getSharedPreferences(updateInfoPrefs, Context.MODE_PRIVATE) in <lambda>() constant
/security/security-crypto/src/androidTest/java/androidx/security/crypto/
DEncryptedSharedPreferencesTest.java108 SharedPreferences sharedPreferences = EncryptedSharedPreferences in testWriteSharedPrefs() local
377 SharedPreferences sharedPreferences = mContext.getSharedPreferences(tinkTestPrefs, in testWriteSharedPrefsTink() local
422 (sharedPreferences, key) -> { in testReentrantCallbackCalls() argument
433 SharedPreferences sharedPreferences = EncryptedSharedPreferences in testOnSharedPreferenceChangeListenerWithAdd() local
474 SharedPreferences sharedPreferences = EncryptedSharedPreferences in testOnSharedPreferenceChangeListenerWithEdit() local
520 SharedPreferences sharedPreferences = EncryptedSharedPreferences in testOnSharedPreferenceChangeListenerWithRemove() local
DEncryptedFileTest.java92 SharedPreferences sharedPreferences = mContext.getSharedPreferences( in setup() local
336 SharedPreferences sharedPreferences = mContext.getSharedPreferences(CUSTOM_PREF_NAME, in testWriteReadEncryptedFileCustomPrefs() local
/security/security-crypto/src/main/java/androidx/security/crypto/
DEncryptedSharedPreferences.java102 @NonNull SharedPreferences sharedPreferences, in EncryptedSharedPreferences()