Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DModelMultiCallbacksTest.java82 cb1.verifySynchronouslyBound(3); in testTwoCallbacks_loadedTogether()
92 cb2.verifySynchronouslyBound(3); in testTwoCallbacks_loadedTogether()
107 cb1.verifySynchronouslyBound(3); in testTwoCallbacks_loadedTogether()
211 public void verifySynchronouslyBound(int totalItems) { in verifySynchronouslyBound() method in ModelMultiCallbacksTest.MyCallbacks