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

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
HearingAidServiceTest.java 579 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE);
595 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE);
634 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE);
638 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED);
645 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_NONE);
649 mService.bondStateChanged(mLeftDevice, BluetoothDevice.BOND_BONDED);
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
A2dpServiceTest.java 528 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_NONE);
544 mA2dpService.bondStateChanged(mTestDevice, BluetoothDevice.BOND_NONE);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 639 bondStateChanged(device, state);
653 void bondStateChanged(BluetoothDevice device, int bondState) {
    [all...]

Completed in 4140 milliseconds