Searched refs:remove (Results 1 - 25 of 382) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DLooper_Accessor.java25 Looper.sThreadLocal.remove();
/frameworks/base/core/java/android/app/
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 DIAlarmManager.aidl32 void remove(in PendingIntent operation);
/frameworks/base/services/java/com/android/server/am/
H A DUriPermissionOwner.java70 perm.readOwners.remove(this);
82 perm.writeOwners.remove(this);
100 perm.readOwners.remove(this);
106 it.remove();
119 perm.writeOwners.remove(this);
125 it.remove();
149 readUriPermissions.remove(perm);
156 writeUriPermissions.remove(perm);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DResultReceiver.java39 map.remove("remove");
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java53 return remove(size() - 1);
/frameworks/base/core/java/android/webkit/
H A DSslClientCertLookupTable.java49 denied.remove(host_and_port);
53 privateKeys.remove(host_and_port);
54 certificateChains.remove(host_and_port);
H A DPluginList.java85 mPlugins.remove(location);
H A DWebBackForwardList.java101 * Add a new history item to the list. This will remove all items after the
111 // If the current position is not at the end, remove all history items
117 final WebHistoryItem h = mArray.remove(i);
149 final WebHistoryItem h = mArray.remove(index);
/frameworks/base/libs/hwui/
H A DPathCache.cpp35 void PathCache::remove(SkPath* path) { function in class:android::uirenderer::PathCache
63 remove(mGarbage.itemAt(i));
75 mCache.remove(entry);
H A DPathCache.h73 void remove(SkPath* path);
H A DProgram.h52 virtual void remove();
/frameworks/base/services/java/com/android/server/
H A DProcessMap.java43 public void remove(String name, int uid) { method in class:ProcessMap
46 uids.remove(uid);
48 mMap.remove(name);
/frameworks/base/core/java/android/os/
H A DRegistrantList.java39 // if the handler is already in the registrant list, remove it
40 remove(h);
58 registrants.remove(i);
110 remove(Handler h) method in class:RegistrantList
/frameworks/base/core/java/android/content/
H A DCursorEntityIterator.java90 public void remove() { method in class:CursorEntityIterator
91 throw new UnsupportedOperationException("remove not supported by EntityIterators");
/frameworks/base/core/java/android/database/
H A DObservable.java66 mObservers.remove(index);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DBaseCommands.java145 mRadioStateChangedRegistrants.remove(h);
162 mOnRegistrants.remove(h);
181 mAvailRegistrants.remove(h);
199 mNotAvailRegistrants.remove(h);
216 mOffOrNotAvailRegistrants.remove(h);
236 mSIMReadyRegistrants.remove(h);
255 mRUIMReadyRegistrants.remove(h);
274 mNVReadyRegistrants.remove(h);
292 mSIMLockedRegistrants.remove(h);
310 mRUIMLockedRegistrants.remove(
[all...]
H A DServiceStateTracker.java188 mRoamingOnRegistrants.remove(h);
209 mRoamingOffRegistrants.remove(h);
321 mAttachedRegistrants.remove(h);
339 mDetachedRegistrants.remove(h);
357 mNetworkAttachedRegistrants.remove(h);
376 mPsRestrictEnabledRegistrants.remove(h);
395 mPsRestrictDisabledRegistrants.remove(h);
H A DSmsUsageMonitor.java104 iter.remove();
117 sent.remove(0);
/frameworks/base/core/java/android/nfc/
H A DNfcFragment.java47 public static void remove(Activity activity) { method in class:NfcFragment
54 manager.beginTransaction().remove(fragment).commitAllowingStateLoss();
/frameworks/base/core/java/android/util/
H A DFastImmutableArraySet.java74 public void remove() { method in class:FastImmutableArraySet.FastIterator
/frameworks/base/services/java/com/android/server/pm/
H A DPackageSettingBase.java181 boolean changed = disabledComponents.remove(componentClassName);
187 boolean changed = enabledComponents.remove(componentClassName);
193 boolean changed = enabledComponents.remove(componentClassName);
194 changed |= disabledComponents.remove(componentClassName);
/frameworks/base/voip/java/android/net/rtp/
H A DAudioStream.java93 mGroup.remove(this);
H A DAudioGroup.java165 synchronized void remove(AudioStream stream) { method in class:AudioGroup
166 Integer socket = mStreams.remove(stream);
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java314 * @param victim The callback to remove
325 mOnGlobalFocusListeners.remove(victim);
349 * @param victim The callback to remove
360 mOnGlobalLayoutListeners.remove(victim);
383 * @param victim The callback to remove
394 mOnPreDrawListeners.remove(victim);
417 * @param victim The callback to remove
428 mOnScrollChangedListeners.remove(victim);
451 * @param victim The callback to remove
462 mOnTouchModeChangeListeners.remove(victi
[all...]

Completed in 393 milliseconds

1234567891011>>