Searched refs:mNullAsyncChannel (Results 1 – 1 of 1) sorted by relevance
413 @Mock AsyncChannel mNullAsyncChannel; field in ClientModeImplTest557 when(mNullAsyncChannel.sendMessageSynchronously(any())).thenReturn(null); in setUp()