Home
last modified time | relevance | path

Searched refs:is_notifying (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py1470 def is_notifying(self, object_path): member in BluetoothDevice
1478 return self._proxy.is_notifying(object_path)
Dbluetooth_adapter_tests.py3985 is_notifying = self._wait_for_condition(
3986 lambda: self.bluetooth_facade.is_notifying(
3991 'is_notifying': is_notifying}
4011 lambda: not self.bluetooth_facade.is_notifying(
/external/autotest/client/cros/multimedia/
Dbluetooth_facade_native.py3248 def is_notifying(self, object_path): member in BluetoothFacadeNative