Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/
Dui_core.py228 retry_value=(adb.Error, errors.ContextError),
259 raise errors.ContextError(self, f'Fail to dump UI xml to {xml_path}!')
349 raise errors.ContextError(
458 raise errors.ContextError(self, f'Illegal output of display size: {output}')
Derrors.py12 class ContextError(Error): class