Searched refs:mAppEntriesCaptor (Results 1 – 1 of 1) sorted by relevance
116 private ArgumentCaptor<ArrayList<AppEntry>> mAppEntriesCaptor; field in ApplicationsStateRoboTest279 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testDefaultSession_isResumed_LoadsAll()281 List<AppEntry> appEntries = mAppEntriesCaptor.getValue(); in testDefaultSession_isResumed_LoadsAll()319 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsIconsOnly()321 List<AppEntry> appEntries = mAppEntriesCaptor.getValue(); in testCustomSessionLoadsIconsOnly()338 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsSizesOnly()340 List<AppEntry> appEntries = mAppEntriesCaptor.getValue(); in testCustomSessionLoadsSizesOnly()356 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsHomeOnly()358 List<AppEntry> appEntries = mAppEntriesCaptor.getValue(); in testCustomSessionLoadsHomeOnly()375 verify(mCallbacks).onRebuildComplete(mAppEntriesCaptor.capture()); in testCustomSessionLoadsLeanbackOnly()[all …]