Searched defs:remove (Results 51 - 75 of 113) sorted by last modified time

12345

/frameworks/base/services/core/java/com/android/server/job/
H A DJobStore.java125 boolean replaced = mJobSet.remove(jobStatus);
161 public boolean remove(JobStatus jobStatus) { method in class:JobStore
162 boolean removed = mJobSet.remove(jobStatus);
165 Slog.d(TAG, "Couldn't remove job: didn't exist: " + jobStatus);
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java144 mCallbackDelegate.remove(callback);
161 IBinder.DeathRecipient deathRecipient = mDeathEaters.remove(token);
306 throw new SecurityException("Requires MANAGE_MEDIA_PROJECTION in order to remove "
415 mCallbackDelegate.remove(callback);
456 mCallbackDelegate.remove(callback);
514 public void remove(IMediaProjectionCallback callback) { method in class:MediaProjectionManagerService.CallbackDelegate
516 mClientCallbacks.remove(callback.asBinder());
520 public void remove(IMediaProjectionWatcherCallback callback) { method in class:MediaProjectionManagerService.CallbackDelegate
522 mWatcherCallbacks.remove(callback.asBinder());
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java136 public int remove(String name, int userId) { method in class:Installer
137 StringBuilder builder = new StringBuilder("remove");
H A DPackageManagerService.java492 public void remove(int userId, String packageName) { method in class:PackageManagerService.PendingPackageBroadcasts
495 packages.remove(packageName);
499 public void remove(int userId) { method in class:PackageManagerService.PendingPackageBroadcasts
500 mUidMap.remove(userId);
835 mPendingInstalls.remove(0);
901 mPendingInstalls.remove(0);
1133 mPendingVerification.remove(verificationId);
1174 mPendingVerification.remove(verificationId);
1599 psit.remove();
1636 * previously-updated app, remove the
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java185 public void remove(IWindow window) { method in class:Session
499 mService.mSessions.remove(this);
/frameworks/base/tools/aapt/
H A DZipFile.cpp878 status_t ZipFile::remove(ZipEntry* pEntry) function in class:ZipFile
/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java113 public void remove(IWindow arg0) throws RemoteException { method in class:BridgeWindowSession
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java34 * Because our usage means that we never actually call {@link #remove(long)} or
107 public void remove(long key) { method in class:SparseWeakArray
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp86 bool remove = animator->animate(mContext); local
87 if (remove) {
97 return remove;
H A DPatchCache.cpp110 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) { function in class:android::uirenderer::PatchCache
144 remove(patchesToRemove, patch);
165 mCache.remove(*pair.getFirst());
H A DPathCache.cpp366 void PathCache::remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair) { function in class:android::uirenderer::PathCache
392 remove(pathsToRemove, pair);
399 mCache.remove(pathsToRemove.itemAt(i));
444 mCache.remove(entry);
448 // remove the entry from the cache
449 mCache.remove(entry);
473 mCache.remove(entry);
H A DProgram.cpp196 void Program::remove() { function in class:android::uirenderer::Program
H A DTextureCache.cpp221 void TextureCache::remove(const SkBitmap* bitmap) { function in class:android::uirenderer::TextureCache
222 mCache.remove(bitmap->pixelRef());
235 mCache.remove(bitmap->pixelRef());
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp106 void TaskQueue::remove(RenderTask* task) { function in class:android::uirenderer::renderthread::TaskQueue
110 "Cannot remove a task that isn't in the queue!");
178 return 0; // remove the callback
308 void RenderThread::remove(RenderTask* task) { function in class:android::uirenderer::renderthread::RenderThread
310 mQueue.remove(task);
/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
H A DLocalListenerHelper.java71 public void remove(@NonNull TListener listener) { method in class:LocalListenerHelper
75 boolean removed = mListeners.remove(listener);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java828 mDequeuedInputBuffers.remove(index);
953 mDequeuedInputBuffers.remove(index);
1067 mDequeuedOutputBuffers.remove(index);
1124 mDequeuedOutputBuffers.remove(index);
1222 public void remove(int index) { method in class:MediaCodec.BufferMap
1226 mMap.remove(index);
H A DSubtitleTrack.java140 // remove past cues
142 mActiveCues.remove(cue);
144 it.remove();
173 mCues.remove(cue);
178 mRunsByID.remove(run.mRunID);
189 /* remove all cues (untangle all cross-links) */
416 cues.remove(cue);
418 mCues.remove(timeMs);
445 public void remove(Cue cue) { method in class:SubtitleTrack.CueList
508 public void remove() { method in class:SubtitleTrack.CueList.EntryIterator
[all...]
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java144 "Instantiate " + bse + " set remove fragment #" + mOps[pos]);
501 public FragmentTransaction remove(Fragment fragment) { method in class:BackStackRecord
580 /** TODO: remove this */
596 /** TODO: remove this */
1356 * After the transition has started, remove all targets that we added to the transitions
1470 hiddenFragmentViews.remove(fragment.mView);
H A DDownloadManager.java962 // called with nothing to remove!
978 * Cancel downloads and remove them from the download manager. Each download will be stopped if
982 * @param ids the IDs of the downloads to remove
985 public int remove(long... ids) { method in class:DownloadManager
H A DFragmentTransaction.java50 * essentially the same as calling {@link #remove(Fragment)} for all
74 public abstract FragmentTransaction remove(Fragment fragment); method in class:FragmentTransaction
175 * TODO: remove from API
193 * TODO: remove from API
199 * TODO: remove from API
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 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);

Completed in 436 milliseconds

12345