Searched refs:workProfileShortcutLoader (Results 1 – 1 of 1) sorted by relevance
2715 ShortcutLoader workProfileShortcutLoader = mock(ShortcutLoader.class); in test_query_shortcut_loader_for_the_selected_tab() local2718 shortcutLoaders.put(10, workProfileShortcutLoader); in test_query_shortcut_loader_for_the_selected_tab()2735 verify(workProfileShortcutLoader, times(1)).updateAppTargets(any()); in test_query_shortcut_loader_for_the_selected_tab()