Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConference.java25 public class HfpClientConference extends Conference { class
31 public HfpClientConference(PhoneAccountHandle handle, BluetoothDevice device, in HfpClientConference() method in HfpClientConference
DHfpClientDeviceBlock.java53 private HfpClientConference mConference;
146 mConference = new HfpClientConference(mPhoneAccount.getAccountHandle(), mDevice, in onConference()
320 mConference = new HfpClientConference(mPhoneAccount.getAccountHandle(), mDevice, in updateConferenceableConnections()
DHfpClientConnection.java142 HfpClientConference conference = (HfpClientConference) getConference(); in handleCallChanged()