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

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceAndStateMachineTest.java 201 doReturn(true).when(mNativeInterface).sendBsir(any(BluetoothDevice.class), anyBoolean());
    [all...]
HeadsetServiceTest.java 130 doReturn(true).when(mNativeInterface).sendBsir(any(BluetoothDevice.class), anyBoolean());
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetNativeInterface.java 445 public boolean sendBsir(BluetoothDevice device, boolean value) {
HeadsetStateMachine.java     [all...]

Completed in 822 milliseconds