Home
last modified time | relevance | path

Searched refs:tbsCallState (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java231 Integer tbsCallState = getTbsCallState(call); in onStateChanged() local
232 if (mBluetoothLeCallControl != null && tbsCallState != null) { in onStateChanged()
233 mBluetoothLeCallControl.onCallStateChanged(call.getTbsCallId(), tbsCallState); in onStateChanged() local