Home
last modified time | relevance | path

Searched refs:cb2 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DModelMultiCallbacksTest.java92 MyCallbacks cb2 = spy(MyCallbacks.class); in testTwoCallbacks_loadedTogether() local
93 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() local
124 mModelHelper.getModel().addCallbacksAndLoad(cb2); in testTwoCallbacks_receiveUpdates()
[all …]
/packages/apps/Car/libs/car-media-common/tests/robotests/src/com/android/car/media/common/source/
DMediaBrowserConnectorTest.java147 MediaBrowserCompat.ConnectionCallback cb2 = mConnectionCallback; in testConnectionCallback_onConnectedIgnoredWhenLate() local
149 cb2.onConnected(); in testConnectionCallback_onConnectedIgnoredWhenLate()