/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/wifi/ |
D | WifiTetherPasswordPreferenceControllerTest.java | 78 SharedPreferences sp = in tearDown() local 164 SharedPreferences sp = in onChangePassword_savesNewPassword() local 184 SharedPreferences sp = in onSecurityChangedToNone_visibilityIsFalse() local 208 SharedPreferences sp = in onSecurityChangedToWPA2PSK_visibilityIsTrue() local 233 SharedPreferences sp = in onSecurityChangedToNone_updatesSecurityTypeToNone() local 259 SharedPreferences sp = in onSecurityChangedToWPA2PSK_updatesSecurityTypeToWPA2PSK() local 282 SharedPreferences sp = 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 | 463 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setTestingMode() local 472 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in isTestingMode() local 482 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setServiceState() local 490 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setRoamingOperatorSupported() local 498 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in getServiceState() local 506 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in getRoamingOperatorSupported() local 515 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in adjustReminderInterval() local 569 SharedPreferences sp = getDefaultSharedPreferences(); in initializeSharedPreference() local 624 SharedPreferences.Editor sp = PreferenceManager in migrateSharedPreferenceFromLegacy() local
|
D | CellBroadcastReceiverMetrics.java | 136 SharedPreferences sp = mContext.getSharedPreferences(CBR_METRIC_PREF, MODE_PRIVATE); in FeatureMetrics() local 340 SharedPreferences sp = in updateSharedPreferences() local
|
D | CellBroadcastDatabaseHelper.java | 240 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in migrateFromLegacyIfNeeded() 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/multivalent/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/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/ |
D | DnsQueryLogTest.cpp | 146 const ScopedSystemProperties sp(kQueryLogSize, std::to_string(logSize)); in TEST_F() local 162 const ScopedSystemProperties sp(kQueryLogSize, logSize); in TEST_F() local
|
/packages/modules/DnsResolver/tests/ |
D | resolv_private_dns_test.cpp | 915 ScopedSystemProperties sp(kDohQueryTimeoutFlag, "10000"); in TEST_F() local 963 ScopedSystemProperties sp(kDohEarlyDataFlag, "0"); in TEST_F() local 1060 ScopedSystemProperties sp(kDohQueryTimeoutFlag, "3000"); in TEST_F() local 1109 ScopedSystemProperties sp(kDohQueryTimeoutFlag, "3000"); in TEST_F() local 1192 ScopedSystemProperties sp(kDohIdleTimeoutFlag, std::to_string(connection_idle_timeout)); in TEST_F() local 1222 ScopedSystemProperties sp(kDohSessionResumptionFlag, flag); in TEST_F() 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/modules/Connectivity/staticlibs/framework/com/android/net/module/util/ |
D | DnsSvcbRecord.java | 155 final SvcParamAlpn sp = (SvcParamAlpn) mAllSvcParams.get(KEY_ALPN); in getAlpns() local 165 final SvcParamPort sp = (SvcParamPort) mAllSvcParams.get(KEY_PORT); in getPort() local 193 final SvcParamDohPath sp = (SvcParamDohPath) mAllSvcParams.get(KEY_DOHPATH); in getDohPath() 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/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.h | 56 SitePointer *sp; variable
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterCurvesRepresentation.java | 57 Spline sp = representation.mSplines[i]; in useParametersFrom() local
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastActivityTestCase.java | 150 public void injectSharedPreferences(SharedPreferences sp) { in injectSharedPreferences()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | CarrierIdProvider.java | 578 final SharedPreferences sp = getContext().getSharedPreferences(PREF_FILE, in getAppliedVersion() local 587 final SharedPreferences sp = getContext().getSharedPreferences(PREF_FILE, in setAppliedVersion() local
|