Home
last modified time | relevance | path

Searched defs:Exception (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dasserts.py11 exception: Type[Exception] = Exception) -> Iterator[None]:
Dandroid_bluetooth_decorator.py1070 …def verify_playback_state_changed(self, expected_state: str, exception: Optional[Exception] = None…
1084 …def verify_current_track_changed(self, expected_track: str, exception: Optional[Exception] = None)…
1293 exception: Exception) -> bool:
1321 exception: Exception,
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DTestHttpServer.kt105 fun Exception.toResponse() = in <lambda>() method