Searched refs:remove (Results 1 - 25 of 571) sorted by relevance

1234567891011>>

/packages/apps/Mms/src/com/android/mms/transaction/
H A DObservable.java59 mIterator.remove();
61 mObservers.remove(observer);
/packages/apps/Mms/src/com/android/mms/util/
H A DSendingProgressTokenManager.java53 synchronized public static void remove(Object key) { method in class:SendingProgressTokenManager
55 Log.v(TAG, "TokenManager.remove(" + key + ")");
57 TOKEN_POOL.remove(key);
H A DSimpleCache.java128 * See {@link Map#remove(Object)}.
130 public V remove(K key) { method in class:SimpleCache
132 return unwrap(mSoftReferences.remove(key));
134 return mHardReferences.remove(key);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DMultipart.java49 return mParts.remove(part);
53 mParts.remove(index);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallIdMapper.java43 public boolean remove(K key) { method in class:CallIdMapper.BiMap
49 mPrimaryMap.remove(key);
50 mSecondaryMap.remove(value);
60 return remove(getKey(value));
117 mCalls.remove(callId);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleTimerView.java38 private float mRadiusOffset; // amount to remove from radius to account for markers on circle
249 editor.remove (Stopwatches.PREF_START_TIME);
250 editor.remove (Stopwatches.PREF_ACCUM_TIME);
251 editor.remove (Stopwatches.PREF_STATE);
252 editor.remove (key + PREF_CTV_PAUSED);
253 editor.remove (key + PREF_CTV_INTERVAL);
254 editor.remove (key + PREF_CTV_INTERVAL_START);
255 editor.remove (key + PREF_CTV_CURRENT_INTERVAL);
256 editor.remove (key + PREF_CTV_ACCUM_TIME);
257 editor.remove (ke
[all...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java768 values.remove(Mms.CREATOR);
859 values.remove(Mms.DELIVERY_TIME_TOKEN);
860 values.remove(Mms.SENDER_VISIBILITY);
861 values.remove(Mms.REPLY_CHARGING);
862 values.remove(Mms.REPLY_CHARGING_DEADLINE_TOKEN);
863 values.remove(Mms.REPLY_CHARGING_DEADLINE);
864 values.remove(Mms.REPLY_CHARGING_ID);
865 values.remove(Mms.REPLY_CHARGING_SIZE);
866 values.remove(Mms.PREVIOUSLY_SENT_BY);
867 values.remove(Mm
[all...]
/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsUpgrader.java83 * A helper function that is used to remove a setting stored as a boolean,
97 oldPreferencesLocation.edit().remove(key).apply();
102 * A helper function that is used to remove a setting stored as an Integer,
116 oldPreferencesLocation.edit().remove(key).apply();
121 * A helper function that is used to remove a setting stored as a String,
135 oldPreferencesLocation.edit().remove(key).apply();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderInfo.java63 public void remove(ShortcutInfo item) { method in class:FolderInfo
64 contents.remove(item);
90 listeners.remove(listener);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderInfo.java67 public void remove(ShortcutInfo item) { method in class:FolderInfo
68 contents.remove(item);
94 listeners.remove(listener);
H A DAllAppsList.java115 data.remove(i);
119 mIconCache.remove(packageName, user);
124 * Add and remove icons for this package which has been updated.
131 // Find disabled/removed activities and remove them from data and add them
140 mIconCache.remove(component, user);
141 data.remove(i);
155 mIconCache.remove(applicationInfo.componentName, user);
168 mIconCache.remove(component, user);
169 data.remove(i);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
H A DUnboundedFifoByteBuffer.java34 * The {@link #remove()} and {@link #get()} operations perform in constant time.
171 public byte remove() { method in class:UnboundedFifoByteBuffer
239 public void remove() {
246 UnboundedFifoByteBuffer.this.remove();
H A DByteQueue.java43 return buf.remove();
/packages/apps/Mms/src/com/android/mms/model/
H A DModel.java34 mModelChangedObservers.remove(observer);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DMyanmarReordering.java162 // We have a ZWJN before a vowel E. We need to remove the ZWNJ and then
164 mCurrentEvents.remove(eventSize - 1);
165 mCurrentEvents.remove(eventSize - 2);
177 mCurrentEvents.remove(eventSize - 1);
201 mCurrentEvents.remove(eventSize - 1);
219 // - The vowel is preceded by a consonant/medial, remove the consonant/medial.
220 // - In all other cases, it's strange, so just remove the last code point.
226 mCurrentEvents.remove(eventSize - 1);
227 mCurrentEvents.remove(eventSize - 2);
229 mCurrentEvents.remove(eventSiz
[all...]
/packages/services/Telephony/src/com/android/services/telephony/
H A DCdmaConferenceController.java61 remove((CdmaConnection) c);
127 private void remove(CdmaConnection connection) { method in class:CdmaConferenceController
129 mCdmaConnections.remove(connection);
173 existingChildConnections.remove(connection);
188 // There are no more connection so if we still have a conference, lets remove it.
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DDelayedOperations.java45 mPendingOperations.remove(this);
50 mPendingOperations.remove(this);
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
H A DMockImageList.java45 return mList.remove(image);
49 return mList.remove(i) != null;
/packages/apps/Mms/src/com/android/mms/dom/
H A DNamedNodeMapImpl.java62 mNodes.remove(node);
76 mNodes.remove(existing);
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
H A DAnalyticsTimer.java90 final Long value = isDestructive ? mStartTimes.remove(id) : mStartTimes.get(id);
103 mStartTimes.remove(id);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DObservableSparseArrayCompat.java69 public void remove(final int key) { method in class:ObservableSparseArrayCompat
70 super.remove(key);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDownloadManagerWrapper.java52 public void remove(final long... ids) { method in class:DownloadManagerWrapper
55 mDownloadManager.remove(ids);
60 // We couldn't remove the file from DownloadManager. Apparently, the database can't
63 Log.e(TAG, "Can't remove files with ID " + ids + " from download manager", e);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DContextMap.java117 return congestionQueue.remove(0);
139 void remove(UUID uuid) { method in class:ContextMap
146 i.remove();
156 void remove(int id) { method in class:ContextMap
163 i.remove();
191 i.remove();
299 i.remove();
/packages/apps/Camera2/src/com/android/camera/data/
H A DLocalDataList.java69 public synchronized LocalData remove(int index) { method in class:LocalDataList
71 LocalData removedItem = mList.remove(index);
72 mUriMap.remove(removedItem);
75 Log.w(TAG, "Could not remove item. Not found: " + index, ex);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
H A DNameConverterTests.java46 structuredName.remove(StructuredName.SUFFIX);
50 structuredName.remove(StructuredName.MIDDLE_NAME);
99 structuredName.remove(field);

Completed in 1357 milliseconds

1234567891011>>