Searched refs:onRebuildComplete (Results 1 – 2 of 2) sorted by relevance
297 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testDefaultSession_isResumed_LoadsAll()326 verify(mCallbacks, never()).onRebuildComplete(mAppEntriesCaptor.capture()); in testDefaultSession_isPaused_NotLoadsAll()337 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsIconsOnly()356 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsSizesOnly()374 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsHomeOnly()393 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsLeanbackOnly()732 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testDefaultSession_enabledAppIconCache_shouldSkipPreloadIcon()
1066 s.mCallbacks.onRebuildComplete(s.mLastAppList); in handleMessage()1583 void onRebuildComplete(ArrayList<AppEntry> apps); in onRebuildComplete() method