Searched refs:remove (Results 126 - 150 of 449) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java340 mReferences.remove(pos);
575 mIndexRemoteViews.remove(getFarthestPositionFrom(position, visibleWindow));
583 // remove based on both its position as well as it's current memory usage, as well
586 mIndexRemoteViews.remove(getFarthestPositionFrom(pruneFromPosition, visibleWindow));
639 // Find the index farthest away and remove that
701 // But remove all the indices that have already been loaded and are cached
714 mRequestedIndices.remove(i);
715 mLoadIndices.remove(i);
722 mLoadIndices.remove(i);
831 // If we already have a remove runnabl
[all...]
H A DHeaderViewListAdapter.java100 mHeaderViewInfos.remove(i);
117 mFooterViewInfos.remove(i);
/frameworks/base/libs/hwui/utils/
H A DSortedListImpl.cpp117 ssize_t SortedListImpl::remove(const void* item) { function in class:android::uirenderer::SortedListImpl
/frameworks/base/location/java/android/location/
H A DGpsStatus.java62 public void remove() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java284 public void remove(PendingIntent operation) { method in class:AlarmManagerService
312 it.remove();
336 it.remove();
359 it.remove();
577 // remove the alarm from the list
578 it.remove();
668 remove(mTimeTickSender);
730 remove(alarm.operation);
786 remove(alarm.operation);
900 mBroadcastStats.remove(pk
[all...]
H A DAttributeCache.java79 mPackages.remove(packageName);
/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java106 mFailedTests.remove(test.toString());
H A DRenamingDelegatingContext.java165 mDatabaseNames.remove(name);
208 mFileNames.remove(name);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DOverrideMethod.java53 sMethods.remove(signature);
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java300 mFormats.remove(format);
310 mFormats.remove(format);
354 mFormats.remove(format);
596 mLines.remove(index);
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java178 mHandlers.remove(target);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduBody.java112 return mParts.remove(index);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java373 mPreciseCallStateRegistrants.remove(h);
394 mUnknownConnectionRegistrants.remove(h);
407 mNewRingingConnectionRegistrants.remove(h);
440 mIncomingRingRegistrants.remove(h);
452 mDisconnectRegistrants.remove(h);
464 mSuppServiceFailedRegistrants.remove(h);
476 mMmiRegistrants.remove(h);
490 mMmiCompleteRegistrants.remove(h);
550 mServiceStateRegistrants.remove(h);
/frameworks/av/services/audioflinger/
H A DAndroid.mk36 # FIXME keep libmedia_native but remove libmedia after split
/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java85 mValuesMap.remove(oldName);
107 mValuesMap.remove(oldName);
H A DValueAnimator.java603 mDelayedAnims.remove(anim);
819 mUpdateListeners.remove(listener);
999 handler.mAnimations.remove(this);
1000 handler.mPendingAnimations.remove(this);
1001 handler.mDelayedAnims.remove(this);
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java212 mDisplayListeners.remove(index);
242 mDisplayInfoCache.remove(displayId);
/frameworks/base/core/java/android/net/
H A DDnsPinger.java218 iter.remove();
223 iter.remove();
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java18 - implement remove()
99 int currentLoc = remove(key);
118 public int remove(String key) { method in class:DnsSdTxtRecord
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl47 void remove(IWindow window);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java206 items.remove(i);
215 mItems.remove(findItemIndex(id));
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pGroup.java205 return mClients.remove(new WifiP2pDevice(address));
210 return mClients.remove(device);
/frameworks/native/include/utils/
H A DKeyedVector.h90 * remove items
183 mVector.remove(pair);
198 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java84 mDevices.remove(deviceName);
217 mListeners.remove(listener);
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnectionPool.java365 AcquiredConnectionStatus status = mAcquiredConnections.remove(connection);
520 mAvailableNonPrimaryConnections.remove(availableCount);
562 mAvailableNonPrimaryConnections.remove(i--);
878 mAvailableNonPrimaryConnections.remove(i);
886 connection = mAvailableNonPrimaryConnections.remove(availableCount - 1);

Completed in 481 milliseconds

1234567891011>>