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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 23 import com.android.bluetooth.a2dp.A2dpService;
447 A2dpService a2dpService = A2dpService.getA2dpService();
452 if(a2dpService != null)
453 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_UNDEFINED);
458 if(a2dpService != null)
459 a2dpService.resetAvrcpBlacklist(device);
AdapterService.java 62 import com.android.bluetooth.a2dp.A2dpService;
253 A2dpService a2dpService = A2dpService.getA2dpService();
276 if ((a2dpService != null) &&
279 (a2dpService.getPriority(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
280 a2dpService.setPriority(device,BluetoothProfile.PRIORITY_ON);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 77 milliseconds