Searched refs:onRebuildComplete (Results 1 – 2 of 2) sorted by relevance
308 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testDefaultSession_isResumed_LoadsAll()337 verify(mCallbacks, never()).onRebuildComplete(mAppEntriesCaptor.capture()); in testDefaultSession_isPaused_NotLoadsAll()348 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsIconsOnly()367 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsSizesOnly()385 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsHomeOnly()404 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsLeanbackOnly()746 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testDefaultSession_enabledAppIconCache_shouldSkipPreloadIcon()
1088 s.mCallbacks.onRebuildComplete(s.mLastAppList); in handleMessage()1605 void onRebuildComplete(ArrayList<AppEntry> apps); in onRebuildComplete() method