Searched defs:remove (Results 101 - 113 of 113) sorted by relevance

12345

/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp371 void remove(const sp<JavaDeathRecipient>& recipient);
420 list->remove(this);
508 void DeathRecipientList::remove(const sp<JavaDeathRecipient>& recipient) { function in class:DeathRecipientList
514 LOGDEATH("DRL @ %p : remove JDR %p", this, recipient.get());
/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);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java234 boolean remove(final PendingIntent operation) { method in class:AlarmManagerService.Batch
241 alarms.remove(i);
264 boolean remove(final String packageName) { method in class:AlarmManagerService.Batch
271 alarms.remove(i);
294 boolean remove(final int userHandle) { method in class:AlarmManagerService.Batch
301 alarms.remove(i);
754 mAlarmBatches.remove(whichBatch);
824 public void remove(PendingIntent operation) {
1153 mNextAlarmClockForUser.remove(userId);
1236 didRemove |= b.remove(operatio
[all...]
H A DConnectivityService.java361 * used to remove a network request, either a listener or a real request
534 public void remove(int type, NetworkAgentInfo nai) { method in class:ConnectivityService.LegacyTypeTracker
542 if (!list.remove(nai)) {
560 public void remove(NetworkAgentInfo nai) { method in class:ConnectivityService.LegacyTypeTracker
563 remove(type, nai);
2036 mNetworkFactoryInfos.remove(msg.obj);
2046 NetworkAgentInfo nai = mNetworkAgentInfos.remove(msg.replyTo);
2049 mNetworkForNetId.remove(nai.network.netId);
2052 mLegacyTypeTracker.remove(nai);
2086 mNetworkAgentInfos.remove(ms
[all...]
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jar ... final java.lang.Object next () public final void remove () } com/google/common/base/Ascii.class Ascii.java ...
H A Ddagger-1.2.1.jar ... java.lang.Object next () Object result public void remove () synthetic void " href="/5.0.0_r2/s? ...
H A Djarjar-1.4.jar ... zip java.util.Iterator i$ public void remove () public com.tonicsystems.jarjar.ext_util.ClassPathEntry ...
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp254 mAvailableOutputDevices.remove(devDesc);
264 mAvailableOutputDevices.remove(devDesc);
287 // remove device from available output devices
288 mAvailableOutputDevices.remove(devDesc);
392 mAvailableInputDevices.remove(devDesc);
1511 inputDesc->mSessions.remove(session);
2826 mAvailableOutputDevices.remove(mAvailableOutputDevices[i]);
2834 mAvailableInputDevices.remove(mAvailableInputDevices[i]);
2920 param.remove(String8("test_cmd_policy_output"));
2924 param.remove(String
6753 ssize_t AudioPolicyManager::DeviceVector::remove(const sp<DeviceDescriptor>& item) function in class:android::AudioPolicyManager::DeviceVector
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java625 * or null to remove the preview surface
671 * images are to be sent or null to remove the current preview surface
1011 * you wish to change the preview size, first remove the preview allocation
2517 public void remove(String key) { method in class:Camera.Parameters
2518 mMap.remove(key);
2557 mMap.remove(key);
3197 remove(KEY_GPS_LATITUDE);
3198 remove(KEY_GPS_LONGITUDE);
3199 remove(KEY_GPS_ALTITUDE);
3200 remove(KEY_GPS_TIMESTAM
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java406 stacks.remove(mHomeStack);
685 WaitResult w = mWaitingActivityLaunched.remove(i);
754 list.add(selectedStackList.remove(0));
1198 app.activities.remove(r);
1884 // In this situation we want to remove all activities
2187 PendingActivityLaunch pal = mPendingActivityLaunches.remove(0);
2197 mPendingActivityLaunches.remove(palNdx);
2537 ActivityContainer container = childStacks.remove(containerNdx);
2550 mActivityContainers.remove(stackId);
2723 mGoingToSleepActivities.remove(
2994 processStoppingActivitiesLocked(boolean remove) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java91 // TODO: remove "tcp" from network methods, since we measure total stats.
502 public void remove(TimeBaseObs observer) { method in class:BatteryStatsImpl.TimeBase
503 if (!mObservers.remove(observer)) {
739 mTimeBase.remove(this);
844 mTimeBase.remove(this);
946 mTimeBase.remove(this);
1475 mTimerPool.remove(this);
1553 mTimerPool.remove(this);
1602 mMap.remove(OVERFLOW_NAME);
1679 mActiveOverflow.remove(nam
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
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/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java510 * @param removeAndRecycleViews If true, we'll remove and recycle all existing views. If
809 * @param decor Decoration to remove
814 mLayout.assertNotInLayoutOrScroll("Cannot remove item decoration during a scroll or"
817 mItemDecorations.remove(decor);
1418 * @param listener Listener to remove
1421 mOnItemTouchListeners.remove(listener);
1864 mState.mPreLayoutHolderMap.remove(holder);
1908 mState.mPreLayoutHolderMap.remove(holder);
2041 * This method handles those views and triggers remove animation on them.
2048 final ItemHolderInfo info = mState.mPreLayoutHolderMap.remove(v
5373 removeAndRecycleScrapInt(Recycler recycler, boolean remove) argument
7535 public void remove(int resourceId) { method in class:RecyclerView.State
[all...]

Completed in 430 milliseconds

12345