Home
last modified time | relevance | path

Searched defs:AICSServiceProxy (Results 1 – 2 of 2) sorted by relevance

/external/python/bumble/tests/
Daics_test.py78 async def test_init_service(aics_client: AICSServiceProxy):
92 async def test_wrong_opcode_raise_error(aics_client: AICSServiceProxy):
108 aics_client: AICSServiceProxy,
134 async def test_set_gain_setting_when_gain_mode_automatic(aics_client: AICSServiceProxy):
158 async def test_set_gain_setting_when_gain_mode_MANUAL(aics_client: AICSServiceProxy):
182 aics_client: AICSServiceProxy,
206 async def test_unmute_when_muted(aics_client: AICSServiceProxy):
226 async def test_unmute_when_mute_disabled(aics_client: AICSServiceProxy):
250 async def test_mute_when_not_muted(aics_client: AICSServiceProxy):
271 async def test_mute_when_mute_disabled(aics_client: AICSServiceProxy):
[all …]
/external/python/bumble/bumble/profiles/
Daics.py460 class AICSServiceProxy(ProfileServiceProxy): class