Searched refs:cb2 (Results 1 – 2 of 2) sorted by relevance
92 MyCallbacks cb2 = spy(MyCallbacks.class); in testTwoCallbacks_loadedTogether() local93 cb2.mPageToBindSync = 2; in testTwoCallbacks_loadedTogether()94 mModelHelper.getModel().addCallbacksAndLoad(cb2); in testTwoCallbacks_loadedTogether()98 cb2.verifySynchronouslyBound(3); in testTwoCallbacks_loadedTogether()102 cb2.reset(); in testTwoCallbacks_loadedTogether()105 mModelHelper.getModel().removeCallbacks(cb2); in testTwoCallbacks_loadedTogether()108 assertNull(cb2.mDeferredExecutor); in testTwoCallbacks_loadedTogether()114 assertNull(cb2.mDeferredExecutor); in testTwoCallbacks_loadedTogether()122 MyCallbacks cb2 = spy(MyCallbacks.class); in testTwoCallbacks_receiveUpdates() local124 mModelHelper.getModel().addCallbacksAndLoad(cb2); in testTwoCallbacks_receiveUpdates()[all …]
147 MediaBrowserCompat.ConnectionCallback cb2 = mConnectionCallback; in testConnectionCallback_onConnectedIgnoredWhenLate() local149 cb2.onConnected(); in testConnectionCallback_onConnectedIgnoredWhenLate()