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

123456

/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java193 mFilters.remove(f);
330 public void remove() { method in class:IntentResolver.IteratorWrapper
334 mI.remove();
671 map.remove(name);
H A DNativeDaemonConnector.java487 event = mResponseQueue.remove(sequenceNumber, timeoutMs, logCmd);
608 // The availableResponseCount member is used to track when we can remove this
613 // (it goes to zero) we can remove this object from the mPendingCmds list.
655 PendingCmd pendingCmd = mPendingCmds.remove();
664 // if a matching remove call has already retrieved this we can remove this
666 if (found.availableResponseCount == 0) mPendingCmds.remove(found);
675 public NativeDaemonEvent remove(int cmdNum, long timeoutMs, String logCmd) { method in class:NativeDaemonConnector.ResponseQueue
689 // if a matching add call has already retrieved this we can remove this
691 if (found.availableResponseCount == 0) mPendingCmds.remove(foun
[all...]
H A DTelephonyRegistry.java78 * Eventually we may want to remove the notion of dummy value but for now this
413 remove(r.binder);
425 remove(callback.asBinder());
540 remove(r.binder);
550 remove(r.binder);
558 remove(r.binder);
566 remove(r.binder);
576 remove(r.binder);
584 remove(r.binder);
592 remove(
677 private void remove(IBinder binder) { method in class:TelephonyRegistry
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DTokenCache.java98 TokenLruCache.this.remove(k);
128 Evictor evictor = mTokenEvictors.remove(oldVal.token);
152 // Only cache the token once we can remove it directly or by account.
208 public void remove(String accountType, String token) { method in class:TokenCache
212 public void remove(Account account) { method in class:TokenCache
226 remove(account.type, v.token);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java1009 WaitResult w = mWaitingActivityLaunched.remove(i);
1028 WaitResult w = mWaitingActivityLaunched.remove(i);
1098 list.add(selectedStackList.remove(0));
1316 app.activities.remove(r);
1983 ActivityContainer container = childStacks.remove(containerNdx);
1996 mActivityContainers.remove(stackId);
2127 // resize when we remove task from it below and it is detached from the
2455 // being maximized, i.e. size change. The activity will first remove the old window
2503 // timeout to remove the old window if the replacing window is not coming in time.
2728 mGoingToSleepActivities.remove(
3053 processStoppingActivitiesLocked(boolean remove) argument
[all...]
H A DProcessList.java661 public static final void remove(int pid) { method in class:ProcessList
H A DServiceRecord.java417 public StartItem findDeliveredStart(int id, boolean remove) { argument
422 if (remove) deliveredStarts.remove(i);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java148 // operation (authenticate, enroll, remove, enumerate, etc), which is
339 * @param initiatedByClient true for authenticate, remove and enroll
487 mLockoutMonitors.remove(monitor);
572 // the alarm might still be pending; remove it.
797 public void remove(final IBinder token, final int fingerId, final int groupId, method in class:FingerprintService.FingerprintServiceWrapper
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DPowerStatusMonitorAction.java140 private void updatePowerStatus(int logicalAddress, int newStatus, boolean remove) { argument
143 if (remove) {
/frameworks/base/services/core/java/com/android/server/job/
H A DJobStore.java130 boolean replaced = mJobSet.remove(jobStatus);
158 public boolean remove(JobStatus jobStatus, boolean writeBack) { method in class:JobStore
159 boolean removed = mJobSet.remove(jobStatus);
162 Slog.d(TAG, "Couldn't remove job: didn't exist: " + jobStatus);
814 public boolean remove(JobStatus job) { method in class:JobStore.JobSet
817 boolean didRemove = (jobs != null) ? jobs.remove(job) : false;
820 mJobs.remove(uid);
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java142 mCallbackDelegate.remove(callback);
159 IBinder.DeathRecipient deathRecipient = mDeathEaters.remove(token);
304 throw new SecurityException("Requires MANAGE_MEDIA_PROJECTION in order to remove "
415 mCallbackDelegate.remove(callback);
459 mCallbackDelegate.remove(callback);
517 public void remove(IMediaProjectionCallback callback) { method in class:MediaProjectionManagerService.CallbackDelegate
519 mClientCallbacks.remove(callback.asBinder());
523 public void remove(IMediaProjectionWatcherCallback callback) { method in class:MediaProjectionManagerService.CallbackDelegate
525 mWatcherCallbacks.remove(callback.asBinder());
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java860 mIntentFilterVerificationStates.remove(verificationId);
981 public void remove(int userId, String packageName) { method in class:PackageManagerService.PendingPackageBroadcasts
984 packages.remove(packageName);
988 public void remove(int userId) { method in class:PackageManagerService.PendingPackageBroadcasts
989 mUidMap.remove(userId);
1446 mPendingInstalls.remove(0);
1515 HandlerParams params = mPendingInstalls.remove(0);
1692 mPendingVerification.remove(verificationId);
1736 mPendingVerification.remove(verificationId);
2509 psit.remove();
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java192 public void remove(IWindow window) { method in class:Session
568 mService.mSessions.remove(this);
/frameworks/base/tools/aapt/
H A DZipFile.cpp875 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.java121 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/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java138 public boolean remove(WifiP2pDevice device) { method in class:WifiP2pDeviceList
140 return mDevices.remove(device.deviceAddress) != null;
149 public WifiP2pDevice remove(String deviceAddress) { method in class:WifiP2pDeviceList
151 return mDevices.remove(deviceAddress);
155 public boolean remove(WifiP2pDeviceList list) { method in class:WifiP2pDeviceList
158 if (remove(d)) ret = true;
H A DWifiP2pGroupList.java95 public void remove(int netId) { method in class:WifiP2pGroupList
96 mGroups.remove(netId);
104 void remove(String deviceAddress) { method in class:WifiP2pGroupList
105 remove(getNetworkId(deviceAddress));
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMultiValueMap.java52 public T remove(String key, T value) { method in class:MultiValueMap
63 valueIterator.remove();
69 mMap.remove(key);
74 public T remove(T value) { method in class:MultiValueMap
82 valueIterator.remove();
89 iterator.remove();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java298 mAnnounceFilterResult.remove();
626 remove();
630 public void remove() { method in class:SelectPrinterActivity.AnnounceFilterResult
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DPrefs.java109 public static void remove(Context context, @Key String key) { method in class:Prefs
110 get(context).edit().remove(key).apply();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskKeyLruCache.java59 mKeys.remove(taskId);
83 remove(key);
103 final void remove(Task.TaskKey key) { method in class:TaskKeyLruCache
105 mCache.remove(key.id);
106 mKeys.remove(key.id);
H A DTaskStack.java121 mTasks.remove(taskIndex);
142 boolean remove(Task t) { method in class:FilteredTaskList
144 boolean removed = mTasks.remove(t);
595 taskList.remove(t);
596 // Remove it from the group as well, and if it is empty, remove the group
620 mRawTaskList.remove(t);
631 mRawTaskList.remove(t);
860 mGroups.remove(group);
861 mAffinitiesGroups.remove(group.affiliation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerWindowManager.java63 public void remove() { method in class:DividerWindowManager

Completed in 735 milliseconds

123456