Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py86 class Sl4aRpcTimeoutError(Sl4aException): class
297 raise Sl4aRpcTimeoutError(err)
/tools/test/connectivity/acts/framework/acts/
Derror.py52 Sl4aRpcTimeoutError = 1006 variable in ActsErrorCode