Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/avrcp/
Dbluetooth_avrcp_test.py141 expected_state = self.pri_device.get_current_playback_state()
147 (self.derived_bt_device.get_current_playback_state(),
184 if (self.pri_device.get_current_playback_state() !=
195 self.pri_device.get_current_playback_state())
218 device.get_current_playback_state())))
/packages/modules/Bluetooth/system/blueberry/utils/
Dandroid_bluetooth_decorator.py1063 def get_current_playback_state(self) -> int: member in AndroidBluetoothDecorator
1076 condition_func=self.get_current_playback_state,