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

1234567891011>>

/frameworks/base/services/core/java/com/android/server/am/
H A DUriPermissionOwner.java81 it.remove();
96 it.remove();
120 mReadPerms.remove(perm);
127 mWritePerms.remove(perm);
/frameworks/volley/src/main/java/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.java133 mRadioStateChangedRegistrants.remove(h);
143 mImsNetworkStateChangedRegistrants.remove(h);
161 mOnRegistrants.remove(h);
182 mAvailRegistrants.remove(h);
202 mNotAvailRegistrants.remove(h);
221 mOffOrNotAvailRegistrants.remove(h);
234 mCallStateRegistrants.remove(h);
246 mVoiceNetworkStateRegistrants.remove(h);
258 mDataNetworkStateRegistrants.remove(h);
269 mVoiceRadioTechChangedRegistrants.remove(
[all...]
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h32 T front(bool remove) { argument
38 if (remove) {
/frameworks/base/core/java/android/app/
H A DIAlarmManager.aidl37 void remove(in PendingIntent operation, in IAlarmListener listener);
/frameworks/base/core/java/com/android/internal/app/
H A DProcessMap.java42 public E remove(String name, int uid) { method in class:ProcessMap
47 mMap.remove(name);
/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/core/java/android/animation/
H A DAnimationHandler.java128 mCommitCallbacks.remove(callback);
129 mDelayedCallbackStartTime.remove(callback);
164 mCommitCallbacks.remove(callback);
180 mDelayedCallbackStartTime.remove(callback);
221 mAnimationCallbacks.remove(i);
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp50 // If the animator is already attached to other RenderNode, remove it from that RenderNode's
60 mNewAnimators.erase(std::remove(mNewAnimators.begin(), mNewAnimators.end(), animator),
93 mAnimators.erase(std::remove(mAnimators.begin(), mAnimators.end(), animator), mAnimators.end());
103 bool remove = animator->animate(mContext); local
104 if (remove) {
114 return remove;
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java437 * @param victim The callback to remove
448 mOnWindowAttachListeners.remove(victim);
472 * @param victim The callback to remove
483 mOnWindowFocusListeners.remove(victim);
506 * @param victim The callback to remove
517 mOnGlobalFocusListeners.remove(victim);
541 * @param victim The callback to remove
557 * @param victim The callback to remove
568 mOnGlobalLayoutListeners.remove(victim);
591 * @param victim The callback to remove
1153 void remove(T item) { method in class:ViewTreeObserver.CopyOnWriteArray
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java31 * animations on remove, add, and move events that happen to the items in
106 // First, remove stuff
125 mMovesList.remove(moves);
148 mChangesList.remove(changes);
170 mAdditionsList.remove(additions);
209 mRemoveAnimations.remove(holder);
242 mAddAnimations.remove(holder);
304 mMoveAnimations.remove(holder);
363 mChangeAnimations.remove(changeInfo.oldHolder);
384 mChangeAnimations.remove(changeInf
[all...]
H A DChildHelper.java70 if (mHiddenViews.remove(child)) {
137 * @param view The view to remove.
144 if (mBucket.remove(index)) {
149 Log.d(TAG, "remove View off:" + index + "," + this);
165 if (mBucket.remove(offset)) {
191 mHiddenViews.remove(i);
283 mBucket.remove(offset);
369 * @param view The view to remove.
381 mBucket.remove(index);
469 boolean remove(in method in class:ChildHelper.Bucket
[all...]
/frameworks/base/core/java/android/net/
H A DInterfaceConfiguration.java59 mFlags.remove(flag);
71 mFlags.remove(FLAG_DOWN);
79 mFlags.remove(FLAG_UP);
/frameworks/minikin/libs/minikin/
H A DHbFontCache.cpp70 void remove(int32_t fontId) { function in class:android::HbFontCache
71 mCache.remove(fontId);
97 getFontCacheLocked()->remove(fontId);
/frameworks/base/core/java/android/util/
H A DFastImmutableArraySet.java74 public void remove() { method in class:FastImmutableArraySet.FastIterator
/frameworks/base/core/java/android/webkit/
H A DPluginList.java85 mPlugins.remove(location);
/frameworks/base/core/java/com/android/internal/midi/
H A DEventScheduler.java67 public SchedulableEvent remove() { method in class:EventScheduler.FastEventQueue
125 event = mEventPool.remove();
175 mEventBuffer.remove(lowestTime);
177 event = list.remove();
/frameworks/base/core/java/com/android/internal/util/
H A DLocalLog.java43 mLines.remove(0);
/frameworks/base/core/java/com/android/server/
H A DLocalServices.java69 sLocalServiceObjects.remove(type);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDejankUtils.java65 sPendingRunnables.remove(r);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java48 entry /* contains */, null /* remove */);
59 pruneWeakThenRemoveAndContains(null /* contains */, entry /* remove */);
69 mSpinning.remove(key);
89 return pruneWeakThenRemoveAndContains(entry /* contains */, null /* remove */);
96 pruneWeakThenRemoveAndContains(null /* contains */, null /* remove */);
101 * Prunes dangling weak references, removes entries referring to {@param remove} and returns
103 * @param remove if non-null, removes this entry from the active remote inputs
107 NotificationData.Entry contains, NotificationData.Entry remove) {
111 if (item == null || item == remove) {
112 mOpen.remove(
106 pruneWeakThenRemoveAndContains( NotificationData.Entry contains, NotificationData.Entry remove) argument
[all...]
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DOverlayTest.java48 mRoot.getOverlay().remove(fadingButton);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroupList.java95 public void remove(int netId) { method in class:WifiP2pGroupList
96 mGroups.remove(netId);
104 void remove(String deviceAddress) { method in class:WifiP2pGroupList
105 remove(getNetworkId(deviceAddress));
/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioStream.java93 mGroup.remove(this);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DAbstractItemHierarchy.java59 mObservers.remove(observer);

Completed in 1169 milliseconds

1234567891011>>