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/
DHfpClientDeviceBlock.java49 private HfpClientConference mConference;
124 mConference = new HfpClientConference(mPhoneAccount.getAccountHandle(), mDevice, in onConference()
293 mConference = new HfpClientConference(mPhoneAccount.getAccountHandle(), mDevice, in updateConferenceableConnections()
DHfpClientConference.java25 public class HfpClientConference extends Conference { class
31 public HfpClientConference(PhoneAccountHandle handle, BluetoothDevice device, in HfpClientConference() method in HfpClientConference
DHfpClientConnection.java137 HfpClientConference conference = (HfpClientConference) getConference(); in handleCallChanged()