Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/rs/cpp/util/
DStrongPointer.h67 inline sp() : m_ptr(0) { } in sp() function
122 sp<T>::sp(T* other) in sp() function
129 sp<T>::sp(const sp<T>& other) in sp() function
136 sp<T>::sp(U* other) : m_ptr(other) in sp() function
142 sp<T>::sp(const sp<U>& other) in sp() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DSharedPreferencesHelper.java31 public static void clear(SharedPreferences sp) { in clear()
38 public static void setPeopleTileKey(SharedPreferences sp, PeopleTileKey key) { in setPeopleTileKey()
43 public static void setPeopleTileKey(SharedPreferences sp, String shortcutId, int userId, in setPeopleTileKey()
53 public static PeopleTileKey getPeopleTileKey(SharedPreferences sp) { in getPeopleTileKey()
DPeopleBackupFollowUpJob.java110 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(this); in onStartJob() local
187 SharedPreferences.Editor followUpEditor, SharedPreferences sp) { in cancelJobAndClearRemainingWidgets()
195 Set<String>> remainingWidgets, SharedPreferences sp) { in removeUnavailableShortcutsFromSharedStorage()
DPeopleSpaceUtils.java93 public static Set<String> getStoredWidgetIds(SharedPreferences sp, PeopleTileKey key) { in getStoredWidgetIds()
112 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in setSharedPreferencesStorageForTile() local
131 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in removeSharedPreferencesStorageForTile() local
148 private static void addAppWidgetIdForKey(SharedPreferences sp, SharedPreferences.Editor editor, in addAppWidgetIdForKey()
156 private static void removeAppWidgetIdForKey(SharedPreferences sp, in removeAppWidgetIdForKey()
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java41 Spannable sp = (Spannable) source; in getTransformation() local
80 Spannable sp = (Spannable) s; in onTextChanged() local
126 Spannable sp = (Spannable) sourceText; in onFocusChanged() local
133 private static void removeVisibleSpans(Spannable sp) { in removeVisibleSpans()
153 Spanned sp = (Spanned) mSource; in charAt() local
198 Spanned sp = (Spanned) mSource; in getChars() local
241 public Visible(Spannable sp, PasswordTransformationMethod ptm) { in Visible()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DSharedPreferencesHelperTest.java64 SharedPreferences sp = mContext.getSharedPreferences( in testGetPeopleTileKey() local
76 SharedPreferences sp = mContext.getSharedPreferences( in testSetPeopleTileKey() local
90 SharedPreferences sp = mContext.getSharedPreferences( in testClear() local
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DLayerFE.h37 friend class sp<LayerFE>; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DConfigurableTexts.java53 final int sp = (int)(px / fontScale / density); in add() local
79 private void setTextSizeH(TextView text, int sp) { in setTextSizeH()
/frameworks/base/telephony/java/android/telephony/gba/
DUaSecurityProtocolIdentifier.java191 private UaSecurityProtocolIdentifier(UaSecurityProtocolIdentifier sp) { in UaSecurityProtocolIdentifier() method in UaSecurityProtocolIdentifier
337 public Builder(@NonNull final UaSecurityProtocolIdentifier sp) { in Builder()
/frameworks/base/core/java/android/widget/
DMultiAutoCompleteTextView.java272 SpannableString sp = new SpannableString(text + ", "); in terminateToken() local
274 Object.class, sp, 0); in terminateToken() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleBackupHelper.java125 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in performBackup() local
166 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in restoreEntity() local
411 SharedPreferences sp = mContext.getSharedPreferences(idString, Context.MODE_PRIVATE); in getExistingWidgetsForUser() local
/frameworks/native/include/binder/
DProcessState.h107 friend class sp<ProcessState>; variable
/frameworks/native/libs/binder/include/binder/
DProcessState.h107 friend class sp<ProcessState>; variable
DBpBinder.h142 friend class sp<BpBinder>; variable
/frameworks/base/core/java/android/text/style/
DAccessibilityClickableSpan.java102 Spanned sp = (Spanned) text; in findClickableSpan() local
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCaptivePortalLoginActivity.java395 private String sp(int sp) { in sp() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccCardControllerTest.java121 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in tearDown() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1030 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in testDeleteAllWidgetsForConversationsUncachesShortcutAndRemovesListeners() local
1085 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in testOnAppWidgetOptionsChangedNoWidgetAdded() local
1171 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in testAugmentTileFromNotifications() local
1502 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in testRemapSharedFile() local
1678 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in clearStorage() local
1695 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setStorageForTile() local
/frameworks/ex/common/tests/src/com/android/common/
DOperationSchedulerTest.java39 SharedPreferences sp = getContext().getSharedPreferences("OperationSchedulerTest", 0); in getFreshStorage() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DShortcutParser.java138 String[] sp = value.split("::"); in create() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataSettingsManager.java561 final SharedPreferences sp = in isDataRoamingFromUserAction() local
588 final SharedPreferences.Editor sp = in setDataRoamingFromUserAction() local
DLinkBandwidthEstimator.java1216 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences( in update() local
1246 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences( in getValue() local
1254 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences( in getCount() local
/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
DComponentParseUtils.java91 String sp = separateProcesses[i]; in buildProcessName() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java589 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(context); in Phone() local
949 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext()); in disableDnsCheck() local
1562 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext()); in updateSavedNetworkOperator() local
1614 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext()); in getSavedNetworkSelection() local
1655 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext()); in saveClirSetting() local
2143 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in getCallForwardingIndicatorFromSharedPref() local
2185 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setCallForwardingIndicatorInSharedPref() local
2829 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext()); in eraseDataInSharedPreferences() local
3096 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in setVoiceMessageCount() local
3122 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext); in getStoredVoiceMessageCount() local
[all …]
/frameworks/base/tests/JankBench/app/src/main/jni/
DBench.cpp225 void ** sp = (void **)mMemSrc; in runMemoryLatencyTest() local

123