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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 35 private BluetoothHeadsetClient mHeadsetProfile;
46 mHeadsetProfile = client;
48 if (mHeadsetProfile != null) {
49 mClientHasEcc = HfpClientConnectionService.hasHfpClientEcc(mHeadsetProfile, mDevice);
55 if (mHeadsetProfile != null) {
61 mHeadsetProfile = client;
62 mClientHasEcc = HfpClientConnectionService.hasHfpClientEcc(mHeadsetProfile, mDevice);
67 mHeadsetProfile = null;
85 mHeadsetProfile.enterPrivateMode(mDevice, mCurrentCall.getId());
133 mHeadsetProfile.dial(mDevice, number)
    [all...]
HfpClientConference.java 35 private BluetoothHeadsetClient mHeadsetProfile;
41 mHeadsetProfile = client;
52 mHeadsetProfile.terminateCall(mDevice, 0);
72 mHeadsetProfile.holdCall(mDevice);
83 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD);
89 if (mHeadsetProfile != null) {
90 mHeadsetProfile.sendDTMF(mDevice, (byte) c);
102 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE);
HfpClientConnectionService.java 59 private BluetoothHeadsetClient mHeadsetProfile;
103 if (mHeadsetProfile != null) {
105 mHeadsetProfile.getCurrentCalls(mDevice);
149 if (mHeadsetProfile != null) {
150 mAdapter.closeProfileProxy(BluetoothProfile.HEADSET_CLIENT, mHeadsetProfile);
315 mConference = new HfpClientConference(getHandle(), device, mHeadsetProfile);
356 mConference = new HfpClientConference(getHandle(), device, mHeadsetProfile);
418 new HfpClientConnection(this, device, mHeadsetProfile, call, number);
427 mHeadsetProfile = (BluetoothHeadsetClient) proxy;
429 List<BluetoothDevice> devices = mHeadsetProfile.getConnectedDevices()
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 81 private HeadsetProfile mHeadsetProfile;
175 if (mHeadsetProfile == null) {
177 mHeadsetProfile = new HeadsetProfile(mContext, mLocalAdapter,
179 addProfile(mHeadsetProfile, HeadsetProfile.NAME,
182 } else if (mHeadsetProfile != null) {
335 LocalBluetoothProfile profile = mHeadsetProfile;
363 return mHeadsetProfile;
411 if (mHeadsetProfile != null) {
416 profiles.add(mHeadsetProfile);
417 removedProfiles.remove(mHeadsetProfile);
    [all...]

Completed in 557 milliseconds