Searched refs:remove (Results 26 - 50 of 449) sorted by relevance

1234567891011>>

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroupList.java91 void remove(int netId) { method in class:WifiP2pGroupList
92 mGroups.remove(netId);
100 void remove(String deviceAddress) { method in class:WifiP2pGroupList
101 remove(getNetworkId(deviceAddress));
/frameworks/support/volley/tests/src/com/android/volley/mock/
H A DMockCache.java58 public void remove(String key) { method in class:MockCache
/frameworks/base/core/java/android/webkit/
H A DWebBackForwardListClassic.java76 * Add a new history item to the list. This will remove all items after the
86 // If the current position is not at the end, remove all history items
92 final WebHistoryItem h = mArray.remove(i);
124 final WebHistoryItem h = mArray.remove(index);
/frameworks/base/voip/java/android/net/rtp/
H A DAudioGroup.java165 synchronized void remove(AudioStream stream) { method in class:AudioGroup
166 Integer id = mStreams.remove(stream);
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java226 * when operations should be allowed again; 0 to remove moratorium
277 .remove(PREFIX + "errorCount")
278 .remove(PREFIX + "lastErrorTimeMillis")
279 .remove(PREFIX + "permanentError")
280 .remove(PREFIX + "triggerTimeMillis")
304 SharedPreferencesCompat.apply(mStorage.edit().remove(PREFIX + "errorCount"));
322 SharedPreferencesCompat.apply(mStorage.edit().remove(PREFIX + "permanentError"));
H A DRfc822Validator.java74 * Specify if the validator should remove invalid tokens instead of trying
78 * @param remove true to remove tokens with the wrong format, false to
81 public void setRemoveInvalid(boolean remove) { argument
82 mRemoveInvalid = remove;
140 // Otherwise, remove the illegal characters on both sides of the '@'
/frameworks/base/core/java/android/text/util/
H A DLinkify.java515 int remove = -1;
519 remove = i + 1;
521 remove = i + 1;
523 remove = i;
526 if (remove != -1) {
527 links.remove(remove);
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java346 * @param victim The callback to remove
357 mOnGlobalFocusListeners.remove(victim);
381 * @param victim The callback to remove
397 * @param victim The callback to remove
408 mOnGlobalLayoutListeners.remove(victim);
431 * @param victim The callback to remove
442 mOnPreDrawListeners.remove(victim);
469 * @param victim The callback to remove
480 mOnDrawListeners.remove(victim);
503 * @param victim The callback to remove
849 void remove(T item) { method in class:ViewTreeObserver.CopyOnWriteArray
[all...]
/frameworks/base/core/java/android/content/
H A DSyncQueue.java138 remove(op);
144 * @param operation the operation to remove
146 public void remove(SyncOperation operation) { method in class:SyncQueue
147 SyncOperation operationToRemove = mOperationsMap.remove(operation.key);
180 public void remove(Account account, int userId, String authority) { method in class:SyncQueue
194 entries.remove();
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java44 private static void remove(Animator animator) { method in class:Tweener
51 iter.remove();
139 // Listener to watch for completed animations and remove them.
144 remove(animation);
149 remove(animation);
172 sTweens.remove(tween);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccRecords.java147 recordsLoadedRegistrants.remove(h);
163 mImsiReadyRegistrants.remove(h);
171 mRecordsEventsRegistrants.remove(h);
179 mNewSmsRegistrants.remove(h);
188 mNetworkSelectionModeAutomaticRegistrants.remove(h);
H A DCallManager.java327 mPhones.remove(basePhone);
328 mRingingCalls.remove(basePhone.getRingingCall());
329 mBackgroundCalls.remove(basePhone.getBackgroundCall());
330 mForegroundCalls.remove(basePhone.getForegroundCall());
1070 mDisconnectRegistrants.remove(h);
1091 mPreciseCallStateRegistrants.remove(h);
1106 mUnknownConnectionRegistrants.remove(h);
1132 mNewRingingConnectionRegistrants.remove(h);
1153 mIncomingRingRegistrants.remove(h);
1174 mRingbackToneRegistrants.remove(
[all...]
H A DIntRangeManager.java36 * of the caller) so that a call to remove a range can be mapped to the
224 // remove each range after adding its elements, so the index
232 mRanges.remove(joinRange);
247 // remove each range after adding its elements, so the index
255 mRanges.remove(joinRange);
271 // remove each range after adding its elements, so the index
279 mRanges.remove(joinRange);
326 // remove each range after adding its elements, so the index
334 mRanges.remove(joinRange);
380 // disable range in radio then remove th
[all...]
/frameworks/base/core/java/android/util/
H A DLruCache.java55 * value of null from {@link #get}, {@link #put} or {@link #remove} is
216 map.remove(key);
230 public final V remove(K key) { method in class:LruCache
237 previous = map.remove(key);
253 * {@link #remove}, or replaced by a call to {@link #put}. The default
260 * if the removal was caused by a {@link #put} or {@link #remove}.
263 * an eviction or a {@link #remove}.
/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/compile/llvm-ndk-cc/tests/
H A Dtest.py140 os.remove(File)
142 os.remove(File)
144 os.remove(File)
/frameworks/rs/
H A DrsObjectBase.cpp48 // While the normal practice is to call remove before we call
51 // cases we need to remove ourself here.
53 remove();
102 ref->remove();
178 void ObjectBase::remove() const { function in class:ObjectBase
179 //ALOGV("calling remove rsc %p", mRSC);
/frameworks/support/renderscript/v8/rs_support/
H A DrsObjectBase.cpp48 // While the normal practice is to call remove before we call
51 // cases we need to remove ourself here.
53 remove();
102 ref->remove();
178 void ObjectBase::remove() const { function in class:ObjectBase
179 //ALOGV("calling remove rsc %p", mRSC);
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java162 map.remove(key);
176 public final V remove(K key) { method in class:LruCache
183 previous = map.remove(key);
199 * {@link #remove}, or replaced by a call to {@link #put}. The default
206 * if the removal was caused by a {@link #put} or {@link #remove}.
209 * an eviction or a {@link #remove}.
/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/services/tests/servicestests/src/com/android/server/
H A DBroadcastInterceptingContext.java116 i.remove();
129 i.remove();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java139 connections.remove(conn);
199 connections.remove(i);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java127 mAvailableFrames.remove(oldest);
143 mAvailableFrames.remove(entry.getKey());
/frameworks/av/include/media/
H A DAudioParameter.h58 status_t remove(const String8& key);
/frameworks/base/core/java/android/animation/
H A DAnimator.java159 mListeners.remove(listener);

Completed in 457 milliseconds

1234567891011>>