Home | History | Annotate | Download | only in car

Lines Matching refs:device3

432         BluetoothDevice device3 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:03");
434 BluetoothDevice[] testDevices = new BluetoothDevice[]{device4, device3, device2, device1};
445 pairDeviceOnProfile(device3, BluetoothProfile.A2DP_SINK);
454 sendFakeConnectionStateChangeOnProfile(device3, BluetoothProfile.A2DP_SINK, false);
475 BluetoothProfile.A2DP_SINK, device3);
489 mReceiver.onReceive(null, createBluetoothBondStateChangedIntent(device3, false));
512 BluetoothDevice device3 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:03");
514 BluetoothDevice[] testDevices = new BluetoothDevice[]{device4, device3, device2, device1};
526 // Device Order for all profiles will be {device1, device2, device3, device4} in the order
528 // Randomly pick device3 as the primary device
529 tagDeviceForAllProfiles(device3,
531 // Device order should be {device3, device1, device2, device4} now
536 BluetoothProfile.HEADSET_CLIENT, device3);
539 BluetoothProfile.PAN, device3);
542 BluetoothProfile.PBAP_CLIENT, device3);
545 BluetoothProfile.A2DP_SINK, device3);
548 BluetoothProfile.MAP_CLIENT, device3);
554 //Disconnect on all 4 profiles. device3 is connected on all profiles. device1 on HFP & PBAP
555 sendFakeConnectionStateChange(device3, false);
559 // Device Order should be {device4, device3, device1, device2}
584 mReceiver.onReceive(null, createBluetoothBondStateChangedIntent(device3, false));
606 BluetoothDevice device3 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:03");
608 BluetoothDevice[] testDevices = new BluetoothDevice[]{device4, device3, device2, device1};
616 // Device order at this point {device1, device2, device3, device4} in the order of last
619 // Tag device3 as Primary device and device4 as Secondary device.
620 tagDeviceForAllProfiles(device3,
624 // Device order at this point {device3, device4, device1, device2}
644 mockDeviceAvailability(device3, false);
654 mReceiver.onReceive(null, createBluetoothBondStateChangedIntent(device3, false));