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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothA2dpConnector.java 39 private BluetoothA2dp mA2dpProfile;
93 BluetoothA2dp mA2dpProfile = (BluetoothA2dp) proxy;
102 mA2dpProfile.connect(mTarget);
107 mA2dpProfile.setPriority(mTarget, BluetoothProfile.PRIORITY_AUTO_CONNECT);
132 if (mA2dpProfile != null) {
135 adapter.closeProfileProxy(BluetoothProfile.A2DP, mA2dpProfile);
136 mA2dpProfile = null;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 79 private A2dpProfile mA2dpProfile;
150 if (mA2dpProfile == null) {
152 mA2dpProfile = new A2dpProfile(mContext, mLocalAdapter, mDeviceManager, this);
153 addProfile(mA2dpProfile, A2dpProfile.NAME,
156 } else if (mA2dpProfile != null) {
339 profile = mA2dpProfile;
351 return mA2dpProfile;
429 mA2dpProfile != null) {
430 profiles.add(mA2dpProfile);
431 removedProfiles.remove(mA2dpProfile);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothConnectionFacade.java 68 private BluetoothA2dpFacade mA2dpProfile;
83 mA2dpProfile = manager.getReceiver(BluetoothA2dpFacade.class);
284 boolean status = mA2dpProfile.a2dpConnect(device);
354 mA2dpProfile.a2dpDisconnect(device);

Completed in 534 milliseconds