HomeSort by relevance Sort by last modified time
    Searched refs:CALL_STATE_TERMINATED (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClientCall.java 64 public static final int CALL_STATE_TERMINATED = 7;
213 case CALL_STATE_TERMINATED: builder.append("TERMINATED"); break;
  /frameworks/base/telephony/java/com/android/ims/
ImsExternalCallState.java 41 public static final int CALL_STATE_TERMINATED = 2;
47 // CALL_STATE_CONFIRMED / CALL_STATE_TERMINATED
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 117 case BluetoothHeadsetClientCall.CALL_STATE_TERMINATED:
HfpClientConnectionService.java 223 } else if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_TERMINATED) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 254 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_TERMINATED);
426 setCallState(c, BluetoothHeadsetClientCall.CALL_STATE_TERMINATED);
    [all...]

Completed in 106 milliseconds