/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
H A D | SettingsActivity.java | 121 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/ |
D | JobServiceLoggerTest.java | 109 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/ |
D | AppOptModeSharedPreferencesUtils.kt | 199 val sharedPreferences = getSharedPreferences(context) in <lambda>() constant 217 val sharedPreferences = getSharedPreferences(context) in <lambda>() constant 227 val sharedPreferences = getSharedPreferences(context) in <lambda>() constant
|
D | DatabaseUtils.java | 819 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 D | ShadowSharedPreferencesTest.java | 30 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 D | SharedPreferencesHelper.java | 53 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/ |
D | SharedPreferencesHelper.java | 53 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/ |
D | BatteryOptimizeLogUtils.java | 48 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/ |
D | SetupParameters.java | 132 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/ |
D | BlockedTopicsManager.java | 386 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/ |
D | DbTestUtils.java | 46 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/ |
D | RestoreExecutorTest.java | 132 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 D | DeviceTest.java | 54 final SharedPreferences sharedPreferences = in testPocCVE_2021_0682() local 99 SharedPreferences sharedPreferences, in exceptionCheck()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/ |
D | CallLogState.java | 35 private final SharedPreferences sharedPreferences; field in CallLogState 40 public CallLogState( in CallLogState()
|
D | AnnotatedCallLogMigrator.java | 37 private final SharedPreferences sharedPreferences; field in AnnotatedCallLogMigrator 42 AnnotatedCallLogMigrator( in AnnotatedCallLogMigrator()
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/notifier/ |
D | RefreshAnnotatedCallLogNotifier.java | 44 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/ |
D | DataSaverDialogDelegate.java | 24 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/ |
D | CallLogConfigImpl.java | 66 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 D | FakeUserFileManager.kt | 24 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/ |
D | RttPromotion.java | 36 private final SharedPreferences sharedPreferences; field in RttPromotion 47 @Unencrypted SharedPreferences sharedPreferences, in RttPromotion()
|
D | DuoPromotion.java | 46 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 D | StorageProviderFragment.java | 87 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 D | StorageProviderFragment.java | 87 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/ |
D | StorageProviderFragment.java | 87 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/ |
D | QuickContactTestsActivity.java | 87 final SharedPreferences sharedPreferences = getSharedPreferences(PREF_NAME, MODE_PRIVATE); in onCreate() local 113 final SharedPreferences sharedPreferences = getSharedPreferences(PREF_NAME, MODE_PRIVATE); in onDestroy() local
|