Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DSettingsActivity.java121 SharedPreferences sharedPreferences = in onResume() local
199 SharedPreferences sharedPreferences = in onPause() local
205 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { in onSharedPreferenceChanged()
259 private void updateSummary(SharedPreferences sharedPreferences, String key) { in updateSummary()
265 private void updateSummaryBitrate(SharedPreferences sharedPreferences, String key) { in updateSummaryBitrate()
270 private void updateSummaryB(SharedPreferences sharedPreferences, String key) { in updateSummaryB()
277 private void updateSummaryList(SharedPreferences sharedPreferences, String key) { in updateSummaryList()
282 private void setVideoBitrateEnable(SharedPreferences sharedPreferences) { in setVideoBitrateEnable()
295 private void setAudioBitrateEnable(SharedPreferences sharedPreferences) { in setAudioBitrateEnable()
308 private void setDataChannelEnable(SharedPreferences sharedPreferences) { in setDataChannelEnable()
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/logging/
DJobServiceLoggerTest.java109 SharedPreferences sharedPreferences = in testPersistJobExecutionData_firstExecution() local
136 SharedPreferences sharedPreferences = in testPersistJobExecutionData_openEndedLastExecution() local
182 SharedPreferences sharedPreferences = in testPersistJobExecutionData_closeEndedLastExecution() local
222 SharedPreferences sharedPreferences = in testPersistJobExecutionData_multipleJobs() local
262 SharedPreferences sharedPreferences = in testLogExecutionStats() local
296 SharedPreferences sharedPreferences = in testLogExecutionStats_invalidStats() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DAppOptModeSharedPreferencesUtils.kt199 val sharedPreferences = getSharedPreferences(context) in <lambda>() constant
217 val sharedPreferences = getSharedPreferences(context) in <lambda>() constant
227 val sharedPreferences = getSharedPreferences(context) in <lambda>() constant
DDatabaseUtils.java819 final SharedPreferences sharedPreferences = getSharedPreferences(context); in removeUsageSource() local
831 final SharedPreferences sharedPreferences = getSharedPreferences(context); in getUsageSource() local
850 final SharedPreferences sharedPreferences = getSharedPreferences(context); in removeDismissedPowerAnomalyKeys() local
858 final SharedPreferences sharedPreferences = getSharedPreferences(context); in getDismissedPowerAnomalyKeys() local
865 final SharedPreferences sharedPreferences = getSharedPreferences(context); in setDismissedPowerAnomalyKeys() local
877 final SharedPreferences sharedPreferences = getSharedPreferences(context); in recordDateTime() local
962 final SharedPreferences sharedPreferences = getSharedPreferences(context); in writeString() local
972 final SharedPreferences sharedPreferences = getSharedPreferences(context); in writeStringSet() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowSharedPreferencesTest.java30 private SharedPreferences sharedPreferences; field in ShadowSharedPreferencesTest
218 SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(context); in defaultSharedPreferences() local
230 SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(context); in commit_multipleTimes() local
244 SharedPreferences sharedPreferences = in commit_inParallel_doesNotDeadlock() local
/aosp_15_r20/developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
H A DSharedPreferencesHelper.java53 SharedPreferences sharedPreferences = context.getSharedPreferences(Constants.PREFS_NAME, 0); in readUserFromJsonPref() local
73 SharedPreferences sharedPreferences = context.getSharedPreferences(Constants.PREFS_NAME, 0); in writeUserToJsonPref() local
175 SharedPreferences sharedPreferences = in getList() local
199 SharedPreferences sharedPreferences = in setList() local
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
DSharedPreferencesHelper.java53 SharedPreferences sharedPreferences = context.getSharedPreferences(Constants.PREFS_NAME, 0); in readUserFromJsonPref() local
73 SharedPreferences sharedPreferences = context.getSharedPreferences(Constants.PREFS_NAME, 0); in writeUserToJsonPref() local
175 SharedPreferences sharedPreferences = in getList() local
199 SharedPreferences sharedPreferences = in setList() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryOptimizeLogUtils.java48 SharedPreferences sharedPreferences, in writeLog()
63 SharedPreferences sharedPreferences, BatteryOptimizeHistoricalLogEntry logEntry) { in writeLog()
90 SharedPreferences sharedPreferences, PrintWriter writer) { in printBatteryOptimizeHistoricalLog()
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/storage/
DSetupParameters.java132 SharedPreferences sharedPreferences = getSharedPreferences(context); in createPrefs() local
141 private static void populatePreferencesLocked(SharedPreferences sharedPreferences, in populatePreferencesLocked()
194 SharedPreferences sharedPreferences = getSharedPreferences(context); in getKioskAllowlist() local
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DBlockedTopicsManager.java386 SharedPreferences sharedPreferences = getPrefs(context); in resetSharedPreference() local
413 SharedPreferences sharedPreferences = getPrefs(context); in mayMigratePpApiBlockedTopicsToSystemService() local
451 SharedPreferences sharedPreferences = getPrefs(context); in mayClearPpApiBlockedTopics() local
/aosp_15_r20/packages/apps/Calendar/tests/src/com/android/calendar/
DDbTestUtils.java46 private final FakeSharedPreferences sharedPreferences; field in DbTestUtils
52 private SharedPreferences sharedPreferences; field in DbTestUtils.FakeContext
73 public void setSharedPreferences(SharedPreferences sharedPreferences) { in setSharedPreferences()
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/backupandrestore/
DRestoreExecutorTest.java132 SharedPreferences sharedPreferences = mIsolatedContext.getSharedPreferences( in testMetadataRestoreForImageFile() local
159 SharedPreferences sharedPreferences = mIsolatedContext.getSharedPreferences( in testMetadataRestoreForVideoFile() local
186 SharedPreferences sharedPreferences = mIsolatedContext.getSharedPreferences( in testMetadataRestoreForAudioFile() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0682/src/android/security/cts/CVE_2021_0682/
H A DDeviceTest.java54 final SharedPreferences sharedPreferences = in testPocCVE_2021_0682() local
99 SharedPreferences sharedPreferences, in exceptionCheck()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/
DCallLogState.java35 private final SharedPreferences sharedPreferences; field in CallLogState
40 public CallLogState( in CallLogState()
DAnnotatedCallLogMigrator.java37 private final SharedPreferences sharedPreferences; field in AnnotatedCallLogMigrator
42 AnnotatedCallLogMigrator( in AnnotatedCallLogMigrator()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/notifier/
DRefreshAnnotatedCallLogNotifier.java44 private final SharedPreferences sharedPreferences; field in RefreshAnnotatedCallLogNotifier
48 @ApplicationContext Context appContext, @Unencrypted SharedPreferences sharedPreferences) { in RefreshAnnotatedCallLogNotifier()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/impl/saver/domain/
DDataSaverDialogDelegate.java24 private final android.content.SharedPreferences sharedPreferences = null; field in DataSaverDialogDelegate
31 android.content.SharedPreferences sharedPreferences) { in DataSaverDialogDelegate()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/config/
DCallLogConfigImpl.java66 private final SharedPreferences sharedPreferences; field in CallLogConfigImpl
74 @Unencrypted SharedPreferences sharedPreferences, in CallLogConfigImpl()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/settings/
H A DFakeUserFileManager.kt24 private val sharedPreferences = mutableMapOf<SharedPrefKey, FakeSharedPreferences>() constant in com.android.systemui.settings.FakeUserFileManager
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/promotion/impl/
DRttPromotion.java36 private final SharedPreferences sharedPreferences; field in RttPromotion
47 @Unencrypted SharedPreferences sharedPreferences, in RttPromotion()
DDuoPromotion.java46 private final SharedPreferences sharedPreferences; field in DuoPromotion
53 @Unencrypted SharedPreferences sharedPreferences) { in DuoPromotion()
/aosp_15_r20/developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
H A DStorageProviderFragment.java87 final SharedPreferences sharedPreferences = in writeLoginValue() local
97 final SharedPreferences sharedPreferences = in readLoginValue() local
/aosp_15_r20/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
H A DStorageProviderFragment.java87 final SharedPreferences sharedPreferences = in writeLoginValue() local
97 final SharedPreferences sharedPreferences = in readLoginValue() local
/aosp_15_r20/developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
DStorageProviderFragment.java87 final SharedPreferences sharedPreferences = in writeLoginValue() local
97 final SharedPreferences sharedPreferences = in readLoginValue() local
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/tests/quickcontact/
DQuickContactTestsActivity.java87 final SharedPreferences sharedPreferences = getSharedPreferences(PREF_NAME, MODE_PRIVATE); in onCreate() local
113 final SharedPreferences sharedPreferences = getSharedPreferences(PREF_NAME, MODE_PRIVATE); in onDestroy() local

12345678910>>...14