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

  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 679 int bluetoothCallState = getBluetoothCallStateForUpdate();
723 bluetoothCallState != mBluetoothCallState ||
732 boolean sendDialingFirst = mBluetoothCallState != bluetoothCallState &&
733 bluetoothCallState == CALL_STATE_ALERTING;
738 mBluetoothCallState = bluetoothCallState;
800 int bluetoothCallState = CALL_STATE_IDLE;
802 bluetoothCallState = CALL_STATE_INCOMING;
804 bluetoothCallState = CALL_STATE_ALERTING;
806 return bluetoothCallState;
    [all...]

Completed in 148 milliseconds