Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dbluetooth_SDP_ServiceSearchAttributeRequest.py53 FAKE_ATTRIBUTE_VALUE = 42 variable in bluetooth_SDP_ServiceSearchAttributeRequest
89 value = ET.Element('uint16', {'value': str(self.FAKE_ATTRIBUTE_VALUE)})
105 attr_id = self.FAKE_ATTRIBUTE_VALUE + offset
353 if value != self.FAKE_ATTRIBUTE_VALUE:
361 if value != self.FAKE_ATTRIBUTE_VALUE:
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dbluetooth_SDP_ServiceAttributeRequest.py51 FAKE_ATTRIBUTE_VALUE = 42 variable in bluetooth_SDP_ServiceAttributeRequest
310 attr_id, self.FAKE_ATTRIBUTE_VALUE)
322 self.assert_equal(response, [attr_id, self.FAKE_ATTRIBUTE_VALUE])
392 value = ET.Element('uint16', {'value': str(self.FAKE_ATTRIBUTE_VALUE)})
408 attr_id = self.FAKE_ATTRIBUTE_VALUE + offset