Searched refs:allow_access (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/pan/ |
D | bluetooth_pan_test.py | 186 allow_access=False, 196 allow_access=True, 222 allow_access=True, 233 def verify_internet(self, allow_access, device, exception): argument 245 ('can' if allow_access else 'can not')) 260 expected_value=allow_access, 287 allow_access=False, 320 allow_access=False,
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | android_bluetooth_decorator.py | 1322 allow_access: bool, 1344 … self._ad.log.info('Verify that internet %s be used.' % ('can' if allow_access else 'can not')) 1359 expected_value=allow_access,
|