Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DApplicationsStateRoboTest.java297 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()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1066 s.mCallbacks.onRebuildComplete(s.mLastAppList); in handleMessage()
1583 void onRebuildComplete(ArrayList<AppEntry> apps); in onRebuildComplete() method