HomeSort by relevance Sort by last modified time
    Searched full:foregroundcall (Results 1 - 9 of 9) sorted by null

  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 221 Call foregroundCall = mCM.getActiveFgCall();
224 Log.d(TAG, " handlePreciseCallStateChange: foreground: " + foregroundCall +
228 mForegroundCallState = foregroundCall.getState();
452 Call foregroundCall = mCM.getActiveFgCall();
459 if (foregroundCall.getState().isAlive()) {
460 connections.addAll(foregroundCall.getConnections());
557 Call foregroundCall = mCM.getActiveFgCall();
566 } else if (foregroundCall.getState().isAlive()) {
570 clccConnections[0] = foregroundCall.getEarliestConnection();
573 if (foregroundCall.getConnections().size() <= 1)
    [all...]
CallModeler.java 63 * are created by CallTracker. The three are RingingCall, ForegroundCall, and
    [all...]
PhoneUtils.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 263 // Attach the new connection to foregroundCall
371 "&& (!foregroundCall.getState().isAlive()::=%s\n" +
372 " || foregroundCall.getState() == CdmaCall.State.ACTIVE::=%s\n" +
565 // we need to clean up the foregroundCall and ringingCall.
    [all...]
CdmaConnection.java 544 * Called when this Connection is in the foregroundCall
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 502 * Called when this Connection is in the foregroundCall
GsmCallTracker.java 208 // a) foregroundCall is empty for the newly dialed connection
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 208 * foregroundCall.getPhone() returns GSMPhone obj. On the other hand,
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 766 // ForegroundCall list as an IDLE call
    [all...]

Completed in 403 milliseconds