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

1234567891011>>

/frameworks/base/core/java/android/view/
H A DViewGroupOverlay.java59 * @see #remove(View)
71 * @see ViewOverlay#remove(Drawable)
73 public void remove(View view) { method in class:ViewGroupOverlay
74 mOverlayViewGroup.remove(view);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DKeyStoreLruCache.java41 mTaskKeys.remove(taskId);
59 remove(key);
74 final void remove(Task.TaskKey key) { method in class:KeyStoreLruCache
75 mCache.remove(key.id);
76 mTaskKeys.remove(key.id);
/frameworks/base/core/java/android/app/
H A DQueuedWork.java65 * (e.g. SharedPreferences) will pretty quickly call remove()
73 public static void remove(Runnable finisher) { method in class:QueuedWork
74 sPendingWorkFinishers.remove(finisher);
H A DIAlarmManager.aidl35 void remove(in PendingIntent operation);
/frameworks/volley/src/com/android/volley/toolbox/
H A DByteArrayPool.java96 mBuffersBySize.remove(i);
97 mBuffersByLastUse.remove(buf);
129 byte[] buf = mBuffersByLastUse.remove(0);
130 mBuffersBySize.remove(buf);
H A DNoCache.java43 public void remove(String key) { method in class:NoCache
/frameworks/base/core/java/android/service/fingerprint/
H A DIFingerprintService.aidl33 void remove(IBinder token, int fingerprintId, int userId);
/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp56 Relocation& RelocData::remove(Relocation& pRelocation) function in class:RelocData
59 Relocation* rel = m_Relocations.remove(iter);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DResultReceiver.java39 map.remove("remove");
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DLooper_Accessor.java27 Looper.sThreadLocal.remove();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java53 return remove(size() - 1);
/frameworks/base/core/java/com/android/internal/app/
H A DProcessMap.java42 public void remove(String name, int uid) { method in class:ProcessMap
45 uids.remove(uid);
47 mMap.remove(name);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java138 public boolean remove(WifiP2pDevice device) { method in class:WifiP2pDeviceList
140 return mDevices.remove(device.deviceAddress) != null;
149 public WifiP2pDevice remove(String deviceAddress) { method in class:WifiP2pDeviceList
151 return mDevices.remove(deviceAddress);
155 public boolean remove(WifiP2pDeviceList list) { method in class:WifiP2pDeviceList
158 if (remove(d)) ret = true;
/frameworks/base/core/java/android/os/
H A DRegistrantList.java37 // if the handler is already in the registrant list, remove it
38 remove(h);
56 registrants.remove(i);
108 remove(Handler h) method in class:RegistrantList
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DArrayObjectAdapter.java120 * @param item The item to remove from the adapter.
123 public boolean remove(Object item) { method in class:ArrayObjectAdapter
126 mItems.remove(index);
146 * the starting position and the number of elements to remove.
148 * @param position The index of the first item to remove.
149 * @param count The number of items to remove.
159 mItems.remove(position);
/frameworks/base/core/java/android/content/
H A DCursorEntityIterator.java90 public void remove() { method in class:CursorEntityIterator
91 throw new UnsupportedOperationException("remove not supported by EntityIterators");
/frameworks/base/core/java/android/database/
H A DObservable.java71 mObservers.remove(index);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DMultiUserAvatarCache.java41 mCache.remove(userId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardMonitor.java33 mCallbacks.remove(callback);
/frameworks/volley/src/com/android/volley/
H A DCache.java57 public void remove(String key); method in interface:Cache
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java134 mRadioStateChangedRegistrants.remove(h);
144 mImsNetworkStateChangedRegistrants.remove(h);
162 mOnRegistrants.remove(h);
183 mAvailRegistrants.remove(h);
203 mNotAvailRegistrants.remove(h);
222 mOffOrNotAvailRegistrants.remove(h);
235 mCallStateRegistrants.remove(h);
247 mVoiceNetworkStateRegistrants.remove(h);
259 mDataNetworkStateRegistrants.remove(h);
270 mVoiceRadioTechChangedRegistrants.remove(
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java113 * @param view The view to remove.
121 if (mBucket.remove(index)) {
122 mHiddenViews.remove(view);
125 Log.d(TAG, "remove View off:" + index + "," + this);
142 if (mBucket.remove(offset)) {
143 mHiddenViews.remove(view);
257 mBucket.remove(offset);
323 * @param view The view to remove.
329 if (mHiddenViews.remove(view) && DEBUG) {
335 mBucket.remove(inde
423 boolean remove(int index) { method in class:ChildHelper.Bucket
[all...]
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h32 T front(bool remove) { argument
38 if (remove) {
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DPduCache.java124 mUpdating.remove(uri);
164 mUpdating.remove(key);
218 HashSet<Uri> msgBox = mMessageBoxes.remove(msgBoxId);
221 mUpdating.remove(key);
234 thread.remove(key);
243 HashSet<Uri> thread = mThreads.remove(threadId);
246 mUpdating.remove(key);
258 msgBox.remove(key);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java97 mClients.remove(token);
105 mClients.remove(token);
148 mClients.remove(mClients.keyAt(i));
158 mClients.remove(mClients.keyAt(i));
168 mClients.remove(mClients.keyAt(i));
181 mClients.remove(mClients.keyAt(i));
206 mClients.remove(mClients.keyAt(i));
250 Slog.w(TAG, "remove(" + token + "): No listener registered");
278 mClients.remove(token);
282 mClients.remove(toke
303 public void remove(IBinder token, int fingerprintId, int userId) { method in class:FingerprintService.FingerprintServiceWrapper
[all...]

Completed in 913 milliseconds

1234567891011>>