Searched refs:mCallback3 (Results 1 – 1 of 1) sorted by relevance
122 @Mock private IImsStateCallback mCallback3; field in ImsStateCallbackControllerTest153 when(mCallback3.asBinder()).thenReturn(mBinder3); in setUp()622 .registerImsStateCallback(SLOT_1_SUB_ID, FEATURE_RCS, mCallback3, "callback3"); in testMultiSubscriptions()627 assertTrue(mImsStateCallbackController.isRegistered(mCallback3)); in testMultiSubscriptions()631 verify(mCallback3, times(1)).onUnavailable(REASON_IMS_SERVICE_DISCONNECTED); in testMultiSubscriptions()643 verify(mCallback3, times(1)).onUnavailable(anyInt()); in testMultiSubscriptions()648 verify(mCallback3, times(0)).onAvailable(); in testMultiSubscriptions()660 verify(mCallback3, times(1)).onUnavailable(anyInt()); in testMultiSubscriptions()661 verify(mCallback3, times(1)).onUnavailable(anyInt()); in testMultiSubscriptions()672 verify(mCallback3, times(1)).onUnavailable(anyInt()); in testMultiSubscriptions()[all …]