Searched refs:remove (Results 176 - 200 of 731) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java100 mDownloadManager.remove(dlRequest);
113 mDownloadManager.remove(dlRequest);
120 * Note that this also calls the Download manager's remove, which cleans up the file from cache.
122 * @param requestId The id of the download to remove
303 * Tests that we can remove a download from the download manager.
314 mDownloadManager.remove(dlRequest);
/frameworks/base/libs/hwui/utils/
H A DSortedList.h88 ssize_t remove(const TYPE&);
195 inline ssize_t SortedList<TYPE>::remove(const TYPE& item) {
196 return SortedListImpl::remove(&item);
H A DSortedListImpl.cpp117 ssize_t SortedListImpl::remove(const void* item) { function in class:android::uirenderer::SortedListImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java168 public Entry remove(String key, RankingMap ranking) { method in class:NotificationData
169 Entry removed = mEntries.remove(key);
231 mSortedAndFiltered.remove(i);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java205 // If there's already a notification schedule for this package and id, remove it.
210 mSegments.remove(i--); // restart iteration here
251 mSegments.remove(i);
283 mSegments.remove(0);
H A DNoisyVelocityTracker.java61 mEventBuf.remove();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java112 mDcListActiveByCid.remove(dc.mCid);
113 mDcListAll.remove(dc);
124 DataConnection removedDc = mDcListActiveByCid.remove(dc.mCid);
/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c234 // Mark operation pending (not necessary; remove is synchronous with mutex locked)
245 // The remove hook is called with mutex locked
246 VoidHook remove = MPH_init_table[MPH].mRemove; local
247 if (NULL != remove) {
248 (*remove)(thisItf);
/frameworks/av/drm/libdrmframework/include/
H A DNoOpDrmManagerClientImpl.h28 void remove(int uniqueId);
/frameworks/av/include/camera/
H A DCameraParameters2.h45 // -- The string remains valid until the next set/remove of the same key,
64 void remove(const char *key);
/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java193 mListeners.remove(listener);
273 // TODO: remove the need to call awaitLoadedLocked() when
344 public Editor remove(String key) { method in class:SharedPreferencesImpl.EditorImpl
374 QueuedWork.remove(awaitCommit);
425 // equivalent to calling remove on that key.
430 mMap.remove(k);
/frameworks/base/core/java/android/app/trust/
H A DTrustManager.java140 ITrustListener iTrustListener = mTrustListeners.remove(trustListener);
/frameworks/base/core/java/android/content/
H A DClipboardManager.java177 mPrimaryClipChangedListeners.remove(what);
/frameworks/base/core/java/android/database/
H A DCursorJoiner.java190 public void remove() { method in class:CursorJoiner
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCloseableLock.java136 mLockCount.remove();
/frameworks/base/core/java/android/os/
H A DFileObserver.java114 m_observers.remove(wfd);
H A DTokenWatcher.java93 Death d = mTokens.remove(token);
/frameworks/base/core/tests/coretests/src/android/util/
H A DLongSparseLongArrayTest.java90 map.remove(key);
/frameworks/base/libs/hwui/
H A DPatchCache.h164 void remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch);
H A DRenderState.cpp112 mCaches->currentProgram->remove();
/frameworks/base/location/java/android/location/
H A DGpsStatus.java62 public void remove() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionProvider.java86 mSinkSet.remove(sink);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DUsageTracker.java68 getSharedPrefs().edit().remove(mPrefKey).commit();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskGrouping.java33 mTaskKeys.remove(t.key);
/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java80 mPackages.remove(packageName);

Completed in 1127 milliseconds

1234567891011>>