Searched refs:mConnCb (Results 1 – 1 of 1) sorted by relevance
52 @Mock BrowsedPlayerWrapper.ConnectionCallback mConnCb; field in BrowserPlayerWrapperTest73 wrapper.connect(mConnCb); in testWrap()80 verify(mConnCb).run(eq(BrowsedPlayerWrapper.STATUS_SUCCESS), eq(wrapper)); in testWrap()88 wrapper.connect(mConnCb); in testConnect_Successful()94 verify(mConnCb).run(eq(BrowsedPlayerWrapper.STATUS_SUCCESS), eq(wrapper)); in testConnect_Successful()102 wrapper.connect(mConnCb); in testConnect_Suspended()108 verify(mConnCb).run(eq(BrowsedPlayerWrapper.STATUS_CONN_ERROR), eq(wrapper)); in testConnect_Suspended()119 wrapper.connect(mConnCb); in testConnect_Failed()125 verify(mConnCb).run(eq(BrowsedPlayerWrapper.STATUS_CONN_ERROR), eq(wrapper)); in testConnect_Failed()136 wrapper.connect(mConnCb); in testEmptyRoot()[all …]