| /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/ |
| D | WifiTetherPasswordPreferenceControllerTest.java | 74 SharedPreferences sp = mContext.getSharedPreferences( in tearDown() local 153 SharedPreferences sp = mContext.getSharedPreferences( in onChangePassword_savesNewPassword() local 171 SharedPreferences sp = mContext.getSharedPreferences( in onSecurityChangedToNone_visibilityIsFalse() local 190 SharedPreferences sp = mContext.getSharedPreferences( in onSecurityChangedToWPA2PSK_visibilityIsTrue() local 210 SharedPreferences sp = mContext.getSharedPreferences( in onSecurityChangedToNone_updatesSecurityTypeToNone() local 231 SharedPreferences sp = mContext.getSharedPreferences( in onSecurityChangedToWPA2PSK_updatesSecurityTypeToWPA2PSK() local 249 SharedPreferences sp = mContext.getSharedPreferences( in onPreferenceSwitchFromNoneToWPA2PSK_retrievesSavedPassword() local
|
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/ |
| D | SpacingAndPunctuationsTests.java | 120 private static void testingStandardWordSeparator(final SpacingAndPunctuations sp) { in testingStandardWordSeparator() 172 private static void testingStandardWordConnector(final SpacingAndPunctuations sp) { in testingStandardWordConnector() 219 private static void testingCommonPrecededBySpace(final SpacingAndPunctuations sp) { in testingCommonPrecededBySpace() 257 private static void testingStandardPrecededBySpace(final SpacingAndPunctuations sp) { in testingStandardPrecededBySpace() 281 private static void testingStandardFollowedBySpace(final SpacingAndPunctuations sp) { in testingStandardFollowedBySpace() 329 private static void testingStandardSentenceSeparator(final SpacingAndPunctuations sp) { in testingStandardSentenceSeparator() 445 private static void testingStandardPunctuationSuggestions(final SpacingAndPunctuations sp, in testingStandardPunctuationSuggestions()
|
| /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
| D | CellBroadcastReceiver.java | 400 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setTestingMode() local 409 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in isTestingMode() local 419 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setServiceState() local 427 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setRoamingOperatorSupported() local 435 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in getServiceState() local 443 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in getRoamingOperatorSupported() local 452 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in adjustReminderInterval() local 506 SharedPreferences sp = getDefaultSharedPreferences(); in initializeSharedPreference() local 561 SharedPreferences.Editor sp = PreferenceManager in migrateSharedPreferenceFromLegacy() local
|
| D | CellBroadcastReceiverMetrics.java | 137 SharedPreferences sp = mContext.getSharedPreferences(CBR_METRIC_PREF, MODE_PRIVATE); in FeatureMetrics() local 341 SharedPreferences sp = in updateSharedPreferences() local
|
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
| D | CapsModeUtilsTests.java | 41 final int mask, final SpacingAndPunctuations sp, final boolean hasSpaceBefore) { in onePathForCaps() 48 final SpacingAndPunctuations sp, final boolean hasSpaceBefore) { in allPathsForCaps() 73 SpacingAndPunctuations sp = job.runInLocale(res, Locale.ENGLISH); in testGetCapsMode() local
|
| D | DictionaryInfoUtilsTests.java | 49 final SpacingAndPunctuations sp = job.runInLocale(res, Locale.ENGLISH); in testLooksValidForDictionaryInsertion() local
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/ |
| D | WifiTetherSecurityPreferenceControllerTest.java | 167 SharedPreferences sp = mContext.getSharedPreferences( in onPreferenceChangedToNone_updatesSharedSecurityTypeToNone() local 183 SharedPreferences sp = mContext.getSharedPreferences( in onPreferenceChangedToWPA2PSK_updatesSharedSecurityTypeToWPA2PSK() local 206 SharedPreferences sp = mContext.getSharedPreferences( in onPreferenceChangedToWPA3SAE_updatesSharedSecurityTypeToWPA3SAE() local 229 SharedPreferences sp = mContext.getSharedPreferences( in onPreferenceChangedToWPA3SAE_updatesSharedSecurityTypeToWPA2PSK() local
|
| /packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
| D | HdHomeRunTunerManager.java | 63 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in acquireDevice() local 114 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in markAsScannedDevice() local
|
| /packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
| D | NotificationController.java | 159 SharedPreferences sp = context.getSharedPreferences( in shouldShowNotification() local 261 SharedPreferences sp = context.getSharedPreferences(SHARED_PREFERENCES_NAME, in incrementNotificationShownCount() local 270 SharedPreferences sp = context.getSharedPreferences(SHARED_PREFERENCES_NAME, in incrementNotificationDismissedCount() local 279 SharedPreferences sp = context.getSharedPreferences(SHARED_PREFERENCES_NAME, in delayNextNotification() local
|
| /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
| D | WallpaperUtils.java | 50 SharedPreferences sp = activity.getSharedPreferences(spKey, Context.MODE_MULTI_PROCESS); in saveWallpaperDimensions() local 68 SharedPreferences sp = activity.getSharedPreferences( in suggestWallpaperDimensionPreK() local
|
| /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
| D | StorageManagerUpsellDialog.java | 92 SharedPreferences sp = getSharedPreferences(getContext()); in onClick() local 107 SharedPreferences sp = getSharedPreferences(getContext()); in onCancel() local
|
| D | ConfirmDeletionDialog.java | 115 SharedPreferences sp = getSharedPreferences(); in getClearWarningText() local
|
| /packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
| D | CellBroadcastServiceMetrics.java | 81 SharedPreferences sp = mContext.getSharedPreferences(CBS_METRIC_PREF, MODE_PRIVATE); in FeatureMetrics() local 181 SharedPreferences sp = mContext.getSharedPreferences(CBS_METRIC_PREF, MODE_PRIVATE); in updateSharedPreferences() local
|
| /packages/modules/DnsResolver/tests/ |
| D | resolv_private_dns_test.cpp | 763 ScopedSystemProperties sp(kDohQueryTimeoutFlag, "10000"); in TEST_F() local 801 ScopedSystemProperties sp(kDohEarlyDataFlag, "0"); in TEST_F() local 903 ScopedSystemProperties sp(kDohQueryTimeoutFlag, "3000"); in TEST_F() local 952 ScopedSystemProperties sp(kDohQueryTimeoutFlag, "3000"); in TEST_F() local 1035 ScopedSystemProperties sp(kDohIdleTimeoutFlag, std::to_string(connection_idle_timeout)); in TEST_F() local 1065 ScopedSystemProperties sp(kDohSessionResumptionFlag, flag); in TEST_F() local
|
| /packages/modules/DnsResolver/tests/fuzzer/ |
| D | resolv_gethostbyname_fuzzer.cpp | 34 ScopedSystemProperties sp(kDohFlag, flag); in LLVMFuzzerTestOneInput() local
|
| D | resolv_gethostbyaddr_fuzzer.cpp | 33 ScopedSystemProperties sp(kDohFlag, flag); in LLVMFuzzerTestOneInput() local
|
| D | resolv_getaddrinfo_fuzzer.cpp | 44 ScopedSystemProperties sp(kDohFlag, flag); in LLVMFuzzerTestOneInput() local
|
| /packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/ |
| D | PinnedAppListLiveData.java | 65 final SharedPreferences sp = mContext.getSharedPreferences(PINNED_APPS_KEY, 0); in loadData() local
|
| /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
| D | db_utilities_linalg.h | 186 double m,sp,sp_m; in db_OrthogonalizePair7() local 200 double m,sp,sp_m; in db_OrthogonalizePair9() local
|
| D | db_framestitching.cpp | 85 double c[3],cp[3],r[3],rp[3],M[9],s,sp,sc; in db_StitchSimilarity3DRaw() local
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
| D | FallbackHome.java | 146 SharedPreferences sp = getSharedPreferences(RestrictedProfilePinService.PIN_STORE_NAME, in getPinFromSharedPreferences() local
|
| /packages/apps/CellBroadcastReceiver/legacy/src/com/android/cellbroadcastreceiver/ |
| D | LegacyCellBroadcastContentProvider.java | 79 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext()); in call() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
| D | FilterCurvesRepresentation.java | 57 Spline sp = representation.mSplines[i]; in useParametersFrom() local
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| D | Delaunay.h | 56 SitePointer *sp; variable
|
| /packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/sdkprovider/ |
| D | SdkSandboxControllerUnitTest.java | 164 final SharedPreferences sp = controller.getClientSharedPreferences(); in testGetClientSharedPreferences() local
|