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

/packages/apps/Dialer/java/com/android/incallui/hold/
H A DOnHoldFragment.java17 package com.android.incallui.hold;
/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.java1058 /** @see IConnectionService#hold(String, Session.Info) */
1059 void hold(Call call) { method in class:ConnectionServiceWrapper
1061 if (callId != null && isServiceValid("hold")) {
1063 logOutgoing("hold %s", callId);
1064 mServiceInterface.hold(callId, Log.getExternalSession());
H A DCall.java410 // call. This is used for BluetoothPhoneService. In order to support hold/merge, it must have
1731 * Puts the call on hold if it is currently active.
1733 void hold() { method in class:Call
1736 mConnectionService.hold(this);
1739 "hold call failed due to null CS callId=%s", getId());
1746 * Releases the call from hold if it is currently active.
2694 // Inform listeners of the fact that a call hold tone was received. This will trigger
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java289 public void hold(String callId, Session.Info info) throws RemoteException { } method in class:ConnectionServiceFixture.FakeConnectionService
/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java161 * Whether the call is put on hold by remote party. This is different than the {@link
1061 public void hold() { method in class:DialerCall
1062 LogUtil.i("DialerCall.hold", "");
1063 mTelecomCall.hold();
1320 public static final int ONHOLD = 8; /* An active phone call placed on hold */

Completed in 1251 milliseconds