Searched defs:hold (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfile.java155 public synchronized void hold(Thread t) { method in class:Profile.Watchdog
215 public static void hold() { method in class:Profile
216 sWatchdog.hold(Thread.currentThread());
/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java682 /** @see ConnectionService#hold(String) */
683 void hold(Call call) { method in class:ConnectionServiceWrapper
685 if (callId != null && isServiceValid("hold")) {
687 logOutgoing("hold %s", callId);
688 mServiceInterface.hold(callId);
H A DCall.java295 // This is used for BluetoothPhoneService. In order to support hold/merge, it must have the notion
830 * Puts the call on hold if it is currently active.
832 void hold() { method in class:Call
836 mConnectionService.hold(this);
841 * Releases the call from hold if it is currently active.

Completed in 258 milliseconds