HomeSort by relevance Sort by last modified time
    Searched refs:getCall (Results 26 - 50 of 65) sorted by null

12 3

  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 671 Phone phone = mOriginalConnection.getCall().getPhone();
717 mOriginalConnection.getCall().getPhone().switchHoldingAndActive();
    [all...]
TelephonyConferenceController.java 185 Call call = radioConnection.getCall();
ImsConference.java 413 Call call = mConferenceHost.getCall();
    [all...]
TelephonyConnectionService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 216 private BluetoothHeadsetClientCall getCall(int... states) {
412 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
415 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_HELD_BY_RESPONSE_AND_HOLD,
466 } else if (getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) != null) {
504 getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING,
550 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING);
554 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE);
576 BluetoothHeadsetClientCall c = getCall(
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 114 public BluetoothHeadsetClientCall getCall() {
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestCallList.java 126 public Call getCall(int position) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 690 GLCall c = ((GLCallNode) element).getCall();
770 String func = element.getCall().getFunction().toString();
854 sb.append(((GLCallNode) data).getCall());
    [all...]
StateViewPage.java 206 selectedCall = ((GLCallNode) data).getCall();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsPage.java 209 return ((GLCallNode) data).getCall();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java     [all...]
CallManager.java     [all...]
GsmCdmaConnection.java 320 public GsmCdmaCall getCall() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 649 SipCall call = conn.getCall();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java     [all...]
ImsPhoneConnection.java 299 public ImsPhoneCall getCall() {
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
AnalyticsTests.java 219 mInCallServiceFixtureX.getCall(callIds.mCallId).getVideoCallImpl(
VideoProviderTest.java 109 mVideoCall = mInCallServiceFixtureX.getCall(mCallIds.mCallId).getVideoCallImpl(
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 519 public Call getCall() {
654 return cc.getCall();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 314 assertEquals(mGSMPhone.getRingingCall(), cn.getCall());
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 

Completed in 3425 milliseconds

12 3