Searched refs:remove (Results 226 - 250 of 1031) sorted by relevance

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuBuilder.java236 * explicitly remove a presenter, but you can using {@link #removeMenuPresenter(MenuPresenter)}.
247 * need to explicitly remove a presenter, but you can using
263 * @param presenter The presenter to remove
269 mPresenters.remove(ref);
281 mPresenters.remove(ref);
303 mPresenters.remove(ref);
319 mPresenters.remove(ref);
342 mPresenters.remove(ref);
563 mItems.remove(index);
1003 mPresenters.remove(re
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java65 // Device supports PANU but not NAP: remove PanProfile after device disconnects from NAP
139 mRemovedProfiles.remove(profile);
143 // Device doesn't support NAP, so remove PanProfile on disconnect
154 mProfiles.remove(profile);
610 mCallbacks.remove(callback);
708 editor.remove(mDevice.getAddress());
771 editor.remove(mDevice.getAddress());
796 editor.remove(mDevice.getAddress());
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java210 if (mStartingBackground.remove(r)) {
215 if (mDelayedStartList.remove(r)) {
227 mStartingBackground.remove(i);
234 ServiceRecord r = mDelayedStartList.remove(0);
654 ServiceRecord.StartItem cur = r.deliveredStarts.remove(0);
1146 clist.remove(0);
1271 // TODO: come back and remove this assumption to triage all services
1348 mPendingServices.remove(i);
1604 boolean removed = mRestartingServices.remove(r);
1654 if (mRestartingServices.remove(
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java474 return mAccessibilityStateChangeListeners.remove(listener);
499 return mTouchExplorationStateChangeListeners.remove(listener);
528 return mHighTextContrastStateChangeListeners.remove(listener);
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java264 * @param object The object to remove.
266 public void remove(@Nullable T object) { method in class:ArrayAdapter
269 mOriginalValues.remove(object);
271 mObjects.remove(object);
316 * {@link #insert}, {@link #remove}, {@link #clear}) automatically call
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java104 mDownloadManager.remove(dlRequest);
117 mDownloadManager.remove(dlRequest);
124 * Note that this also calls the Download manager's remove, which cleans up the file from cache.
126 * @param requestId The id of the download to remove
314 * Tests that we can remove a download from the download manager.
325 mDownloadManager.remove(dlRequest);
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp105 void TaskQueue::remove(RenderTask* task) { function in class:android::uirenderer::renderthread::TaskQueue
109 "Cannot remove a task that isn't in the queue!");
200 return 0; // remove the callback
353 void RenderThread::remove(RenderTask* task) { function in class:android::uirenderer::renderthread::RenderThread
355 mQueue.remove(task);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMapper.java334 mInMappingIds.remove(parentId);
386 mInMappingIds.remove(parentId);
468 mInMappingIds.remove(parentId);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DSuggestionParser.java129 suggestions.remove(i--);
133 // If there are too many, remove them all and only re-add the one with the highest
135 Tile item = suggestions.remove(suggestions.size() - 1);
137 Tile last = suggestions.remove(suggestions.size() - 1);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DSettingsDrawerActivity.java156 mCategoryListeners.remove(listener);
285 sTileBlacklist.remove(component);
324 category.tiles.remove(j--);
/frameworks/base/services/core/java/com/android/server/audio/
H A DMediaFocusControl.java71 * focus), remove it from the stack, and clear the remote control display.
154 // (using an iterator on the stack so we can safely remove an entry after having
162 stackIterator.remove();
175 // is the owner of the audio focus part of the client to remove?
178 // (using an iterator on the stack so we can safely remove an entry after having
185 stackIterator.remove();
248 * Inner class to monitor audio focus client deaths, and remove them from the audio focus
314 mFocusFollowers.remove(pcb);
443 // the reason for the audio focus request has changed: remove the current top of
452 // focus requester might already be somewhere below in the stack, remove i
[all...]
/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java85 mDefaultSmsAppRequests.remove(i);
99 mDefaultDialerAppRequests.remove(i);
115 mDefaultSimCallManagerRequests.remove(i);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteService.java135 mBridgeMap.remove(token);
285 mProviderMap.remove(token);
382 if (mProviderList.remove(provider) == false) {
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java61 mAdapters.remove(adapter);
69 if (it.asBinder() == adapter.asBinder() && mAdapters.remove(it)) {
84 it.remove();
485 * @param keys The extra keys to remove.
H A DRemoteConference.java227 mChildConnections.remove(connection);
329 mExtras.remove(key);
410 * @param connection The remote-connection to remove.
578 mCallbackRecords.remove(record);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcController.java131 mDcListActiveByCid.remove(dc.mCid);
132 mDcListAll.remove(dc);
143 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/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h74 ssize_t remove(const sp<DeviceDescriptor>& item);
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java46 * the same add/remove logic. The animations that run due to those events are one that animates
48 * items in the container that change due to the add/remove occurrence. Users of
61 * animation to remove it will run first, then the animations of the other children in the
239 * remove these listeners and clear out the map.
334 * added/remove/hidden/shown in the container, and runs the animations associated with
829 // add/remove operations are run at once on a container; each one will trigger
857 pendingAnimations.remove(child);
872 pendingAnimations.remove(child);
942 pendingAnimations.remove(child);
952 layoutChangeListenerMap.remove(chil
[all...]
/frameworks/base/core/java/android/app/
H A DAlarmManager.java201 mService.remove(null, this);
208 sWrappers.remove(mListener);
225 sWrappers.remove(mListener);
898 mService.remove(operation, null);
H A DSharedPreferencesImpl.java194 mListeners.remove(listener);
276 // TODO: remove the need to call awaitLoadedLocked() when
347 public Editor remove(String key) { method in class:SharedPreferencesImpl.EditorImpl
377 QueuedWork.remove(awaitCommit);
428 // equivalent to calling remove on that key.
433 mMap.remove(k);
/frameworks/base/core/java/android/app/trust/
H A DTrustManager.java146 ITrustListener iTrustListener = mTrustListeners.remove(trustListener);
/frameworks/base/core/java/android/content/
H A DClipboardManager.java179 mPrimaryClipChangedListeners.remove(what);

Completed in 777 milliseconds

1234567891011>>