Home
last modified time | relevance | path

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

/frameworks/base/startop/scripts/lib/
Dlogcat_utils_test.py33 class AsyncMock(MagicMock): class
35 return super(AsyncMock, self).__call__(*args, **kwargs)
48 new_callable=AsyncMock) as asyncio_mock:
76 new_callable=AsyncMock) as asyncio_mock: