Home
last modified time | relevance | path

Searched refs:get_device_properties (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/platform_CrosDisksDBus/
Dplatform_CrosDisksDBus.py119 properties = self.cros_disks.get_device_properties(device)
130 properties = self.cros_disks.get_device_properties(device)
140 properties = self.cros_disks.get_device_properties(device)
145 properties = self.cros_disks.get_device_properties('/nonexistent')
/external/autotest/server/cros/bluetooth/
Dbluetooth_adpater_tests.py768 properties = self.bluetooth_facade.get_device_properties(
954 properties = self.bluetooth_facade.get_device_properties(
1000 properties = self.bluetooth_facade.get_device_properties(
1025 properties = self.bluetooth_facade.get_device_properties(
Dbluetooth_device.py353 def get_device_properties(self, address): member in BluetoothDevice
/external/autotest/client/cros/
Dcros_disks.py238 def get_device_properties(self, path): member in CrosDisksClient