Searched refs:mBackgroundCall (Results 1 – 1 of 1) sorted by relevance
53 @Mock private Call mBackgroundCall; field in NumberVerificationManagerTest64 when(mPhone1.getBackgroundCall()).thenReturn(mBackgroundCall); in setUp()68 when(mPhone2.getBackgroundCall()).thenReturn(mBackgroundCall); in setUp()72 when(mBackgroundCall.getState()).thenReturn(Call.State.IDLE); in setUp()