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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
PhonePolicy.java 37 import com.android.bluetooth.a2dp.A2dpService;
230 A2dpService a2dpService = mFactory.getA2dpService();
250 if ((a2dpService != null) && (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSink)
252 a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)) {
253 a2dpService.setPriority(device, BluetoothProfile.PRIORITY_ON);
292 A2dpService a2dpService = mFactory.getA2dpService();
293 boolean a2dpDisconnected = a2dpService == null
294 || a2dpService.getConnectionState(device
    [all...]
BondStateMachine.java 30 import com.android.bluetooth.a2dp.A2dpService;
452 A2dpService a2dpService = A2dpService.getA2dpService();
461 if (a2dpService != null) {
462 a2dpService.setPriority(device, BluetoothProfile.PRIORITY_UNDEFINED);
478 if (a2dpService != null) {
479 a2dpService.resetAvrcpBlacklist(device);
ActiveDeviceManager.java 39 import com.android.bluetooth.a2dp.A2dpService;
427 final A2dpService a2dpService = mFactory.getA2dpService();
428 if (a2dpService == null) {
431 if (!a2dpService.setActiveDevice(device)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 89 private A2dpService mA2dpService;
96 A2dpStateMachine(BluetoothDevice device, A2dpService a2dpService,
101 mA2dpService = a2dpService;
118 static A2dpStateMachine make(BluetoothDevice device, A2dpService a2dpService,
121 A2dpStateMachine a2dpSm = new A2dpStateMachine(device, a2dpService, a2dpNativeInterface,
685 mA2dpService.sendBroadcast(intent, A2dpService.BLUETOOTH_PERM);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 82 milliseconds