Searched refs:remove (Results 201 - 225 of 731) sorted by path

1234567891011>>

/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java95 localeList.remove("ar-XB");
96 localeList.remove("en-XA");
H A DProcessMap.java42 public void remove(String name, int uid) { method in class:ProcessMap
45 uids.remove(uid);
47 mMap.remove(name);
H A DResolverActivity.java867 currentResolveList.remove(i);
891 currentResolveList.remove(i);
H A DToolbarActionBar.java469 mMenuVisibilityListeners.remove(listener);
H A DWindowDecorActionBar.java340 mMenuVisibilityListeners.remove(listener);
580 // No tabs around to remove
587 TabImpl removedTab = mTabs.remove(position);
/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java314 mUpdatingPackages.remove(pkg);
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java241 enabledSubtypeSet.remove(subtypeHashCode);
H A DInputMethodUtils.java961 // currently enabled. Skip it to remove from the
1061 subtypeHistory.remove(ime);
/frameworks/base/core/java/com/android/internal/net/
H A DNetworkStatsFactory.java68 sStackedIfaces.remove(stackedIface);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java91 // TODO: remove "tcp" from network methods, since we measure total stats.
506 public void remove(TimeBaseObs observer) { method in class:BatteryStatsImpl.TimeBase
507 if (!mObservers.remove(observer)) {
743 mTimeBase.remove(this);
848 mTimeBase.remove(this);
950 mTimeBase.remove(this);
1479 mTimerPool.remove(this);
1557 mTimerPool.remove(this);
1606 mMap.remove(OVERFLOW_NAME);
1683 mActiveOverflow.remove(nam
[all...]
H A DProcessCpuTracker.java516 allProcs.remove(curStatsIndex);
536 allProcs.remove(curStatsIndex);
H A DZygoteInit.java791 peers.remove(index);
792 fds.remove(index);
/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java238 * @param element The element to remove.
363 public static <T> ArraySet<T> remove(ArraySet<T> cur, T val) { method in class:ArrayUtils
367 cur.remove(val);
387 public static <T> ArrayList<T> remove(ArrayList<T> cur, T val) { method in class:ArrayUtils
391 cur.remove(val);
H A DLocalLog.java43 mLines.remove(0);
H A DTypedProperties.java194 map.remove(propertyName);
204 final Object oldValue = map.remove(propertyName);
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java86 mCallbacks.remove(callback);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java206 items.remove(i);
215 mItems.remove(findItemIndex(id));
H A DMenuBuilder.java209 * you do not need to explicitly remove a presenter, but you can using
221 * need to explicitly remove a presenter, but you can using
237 * @param presenter The presenter to remove
243 mPresenters.remove(ref);
255 mPresenters.remove(ref);
277 mPresenters.remove(ref);
293 mPresenters.remove(ref);
316 mPresenters.remove(ref);
527 mItems.remove(index);
949 mPresenters.remove(re
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java215 mAnimators.remove(animation);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java44 private static void remove(Animator animator) { method in class:Tweener
51 iter.remove();
139 // Listener to watch for completed animations and remove them.
144 remove(animation);
149 remove(animation);
172 sTweens.remove(tween);
/frameworks/base/core/java/com/android/server/net/
H A DNetlinkTracker.java345 DnsServerEntry removed = mAllServers.remove(i);
346 mIndex.remove(removed.address);
347 changed |= mCurrentServers.remove(removed.address);
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java180 tokens.remove(i);
515 formatStart.remove(key);
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp346 sAudioRecordCallBackCookies.remove(lpCookie);
H A Dandroid_media_AudioTrack.cpp498 sAudioTrackCallBackCookies.remove(lpCookie);
H A Dandroid_server_FingerprintManager.cpp126 int ret = gContext.device->remove(gContext.device, fingerprintId);
169 // Sanity check - remove

Completed in 6260 milliseconds

1234567891011>>