Searched refs:remove (Results 51 - 75 of 722) sorted by relevance

1234567891011>>

/frameworks/volley/src/com/android/volley/toolbox/
H A DImageLoader.java257 // remove the request from the list of in-flight requests.
258 BatchedImageRequest request = mInFlightRequests.remove(cacheKey);
276 BatchedImageRequest request = mInFlightRequests.remove(cacheKey);
331 mInFlightRequests.remove(mCacheKey);
339 mBatchedResponses.remove(mCacheKey);
412 * @param container The container to remove from the list
416 mContainers.remove(container);
/frameworks/base/core/java/android/util/
H A DLruCache.java55 * value of null from {@link #get}, {@link #put} or {@link #remove} is
215 map.remove(key);
229 public final V remove(K key) { method in class:LruCache
236 previous = map.remove(key);
252 * {@link #remove}, or replaced by a call to {@link #put}. The default
259 * if the removal was caused by a {@link #put} or {@link #remove}.
262 * an eviction or a {@link #remove}.
H A DLocalLog.java49 while (mLog.size() > mMaxLines) mLog.remove();
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp86 bool remove = animator->animate(mContext); local
87 if (remove) {
97 return remove;
H A DTextureCache.h88 * Upon remove the texture is freed.
90 void remove(const SkBitmap* bitmap);
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py114 os.remove(TEMP_FILE1)
117 os.remove(TEMP_FILE2)
133 os.remove(outFile)
/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java69 * experience should remove any state listeners from the specified {@code Call} and
112 mCallByTelecomCallId.remove(call.internalGetCallId());
113 mCalls.remove(call);
180 mListeners.remove(listener);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java139 mCbs.remove(cb);
146 mCbs.remove(cb);
153 mCbs.remove(cb);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java59 * value of null from {@link #get}, {@link #put} or {@link #remove} is
226 map.remove(key);
240 public final V remove(K key) { method in class:LruCache
247 previous = map.remove(key);
263 * {@link #remove}, or replaced by a call to {@link #put}. The default
270 * if the removal was caused by a {@link #put} or {@link #remove}.
273 * an eviction or a {@link #remove}.
/frameworks/rs/
H A DrsObjectBase.cpp54 // While the normal practice is to call remove before we call
57 // cases we need to remove ourself here.
59 remove();
108 ref->remove();
190 void ObjectBase::remove() const { function in class:ObjectBase
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DViewsStateBundle.java64 public void remove(int id) { method in class:ViewsStateBundle
66 mChildStates.remove(getSaveStatesKey(id));
202 remove(id);
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java178 map.remove(key);
192 public final V remove(K key) { method in class:LruCache
199 previous = map.remove(key);
215 * {@link #remove}, or replaced by a call to {@link #put}. The default
222 * if the removal was caused by a {@link #put} or {@link #remove}.
225 * an eviction or a {@link #remove}.
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCaptureCollector.java448 mCompletedRequests.remove(i);
577 mPreviewCaptureQueue.remove(h);
578 mPreviewProduceQueue.remove(h);
579 mActiveRequests.remove(h);
604 mJpegCaptureQueue.remove(h);
605 mJpegProduceQueue.remove(h);
606 mActiveRequests.remove(h);
660 mActiveRequests.remove(capture);
/frameworks/base/core/java/android/os/
H A DRemoteCallbackList.java67 mCallbacks.remove(mCallback.asBinder());
88 * will remove a callback after any number calls to register it.
129 * Registrations are not counted; a single unregister call will remove
143 Callback cb = mCallbacks.remove(callback.asBinder());
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h56 void remove(RenderTask* task);
79 void remove(RenderTask* task);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java127 mAvailableFrames.remove(oldest);
143 mAvailableFrames.remove(entry.getKey());
/frameworks/ex/common/java/com/android/common/
H A DRfc822Validator.java104 * Specify if the validator should remove invalid tokens instead of trying
108 * @param remove true to remove tokens with the wrong format, false to
111 public void setRemoveInvalid(boolean remove) { argument
112 mRemoveInvalid = remove;
170 // Otherwise, remove the illegal characters on both sides of the '@'
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java142 mConnections.remove(conn);
199 mConnections.remove(i);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java144 mConnections.remove(conn);
204 mConnections.remove(i);
/frameworks/av/include/media/
H A DAudioParameter.h58 status_t remove(const String8& key);
/frameworks/base/core/java/android/content/
H A DSharedPreferences.java75 * as the value is equivalent to calling {@link #remove(String)} with
89 * for this argument is equivalent to calling {@link #remove(String)} with
150 * are done first, regardless of whether you called remove before
153 * @param key The name of the preference to remove.
158 Editor remove(String key); method in interface:SharedPreferences.Editor
161 * Mark in the editor to remove <em>all</em> values from the
/frameworks/base/core/java/android/gesture/
H A DLearner.java56 instances.remove(instance);
/frameworks/base/core/java/android/webkit/
H A DUrlInterceptRegistry.java110 return getHandlers().remove(handler);
/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java119 elp = sPool.remove(0);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridDelete.java85 mData.remove(selectedItemPosition);

Completed in 516 milliseconds

1234567891011>>