Searched refs:mShortcutQueryCaptor (Results 1 – 1 of 1) sorted by relevance
89 @Captor private ArgumentCaptor<ShortcutQuery> mShortcutQueryCaptor; field in ShortcutHelperTest348 verify(mLauncherApps).getShortcuts(mShortcutQueryCaptor.capture(), any()); in testGetValidShortcutInfo_hasGetPersonsDataFlag()350 new ShortcutQueryWrapper(mShortcutQueryCaptor.getValue()); in testGetValidShortcutInfo_hasGetPersonsDataFlag()