Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DGattConnectedBaseTest.py106 return self._timed_pop(gatt_event, self.per_ad,
110 return self._timed_pop(gatt_event, self.cen_ad, self.gatt_callback)
112 def _timed_pop(self, gatt_event, droid, gatt_callback): member in GattConnectedBaseTest
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py374 return self._timed_pop(gatt_event, gatt_callback)
376 def _timed_pop(self, gatt_event, gatt_callback): member in AndroidBluetoothDevice