Home
last modified time | relevance | path

Searched refs:onHeadsetConnectionStateChanged (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java266 mRemoteDevices.onHeadsetConnectionStateChanged( in testResetBatteryLevelOnHeadsetStateChange()
318 mRemoteDevices.onHeadsetConnectionStateChanged( in testOnHeadsetStateChangeWithBatteryService_NotResetBatteryLevel()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java1410 mMainHandler.post(() -> onHeadsetConnectionStateChanged(device, fromState, toState)); in handleHeadsetConnectionStateChanged()
1414 void onHeadsetConnectionStateChanged(BluetoothDevice device, int fromState, int toState) { in onHeadsetConnectionStateChanged() method in RemoteDevices