HomeSort by relevance Sort by last modified time
    Searched refs:holdCall (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IInCallAdapter.aidl 36 void holdCall(String callId);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadsetClient.aidl 48 boolean holdCall(in BluetoothDevice device);
BluetoothHeadsetClient.java 755 public boolean holdCall(BluetoothDevice device) {
756 if (DBG) log("holdCall()");
760 return mService.holdCall(device);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 93 public void holdCall(String callId) {
95 mAdapter.holdCall(callId);
Call.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConference.java 72 mHeadsetProfile.holdCall(mDevice);
HfpClientConnection.java 185 mHeadsetProfile.holdCall(mDevice);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 333 public boolean holdCall(BluetoothDevice device) {
338 return service.holdCall(device);
616 boolean holdCall(BluetoothDevice device) {
HeadsetClientStateMachine.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallAdapter.java 186 public void holdCall(String callId) {
194 mCallsManager.holdCall(call);
196 Log.w(this, "holdCall, unknown call id: %s", callId);
BluetoothPhoneServiceImpl.java 524 mCallsManager.holdCall(activeCall);
    [all...]
CallsManager.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomCallFacade.java 81 InCallServiceImpl.holdCall(callId);
InCallServiceImpl.java 711 public static void holdCall(String callId) {
714 Log.d("holdCall: callId is null");
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
TelecomAdapter.java 88 void holdCall(String callId) {
93 Log.e(this, "error holdCall, call not in call list " + callId);
CallButtonPresenter.java 230 TelecomAdapter.getInstance().holdCall(mCall.getId());
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 671 public void holdCall(int timeout) throws SipException {
672 if (DBG) log("holdCall: mSipSession" + mSipSession + " timeout=" + timeout);
676 loge("holdCall:");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 887 mSipAudioCall.holdCall(TIMEOUT_HOLD_CALL);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 650 verify(mMockCallsManager).holdCall(eq(activeCall));
    [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 656 milliseconds

1 2