Searched refs:findShortcut (Results 1 – 2 of 2) sorted by relevance
49 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.findShortcut;4238 findShortcut(shortcuts.getValue(), "s1").getLastChangedTimestamp()); in testHandlePackageUpdate()4240 findShortcut(shortcuts.getValue(), "s2").getLastChangedTimestamp()); in testHandlePackageUpdate()4242 findShortcut(shortcuts.getValue(), "s3").getLastChangedTimestamp()); in testHandlePackageUpdate()4244 findShortcut(shortcuts.getValue(), "s4").getLastChangedTimestamp()); in testHandlePackageUpdate()4274 findShortcut(shortcuts.getValue(), "s1").getLastChangedTimestamp()); in testHandlePackageUpdate()4276 findShortcut(shortcuts.getValue(), "s2").getLastChangedTimestamp()); in testHandlePackageUpdate()4330 findShortcut(shortcuts.getValue(), "s1").getLastChangedTimestamp()); in testHandlePackageUpdate()
601 public static ShortcutInfo findShortcut(List<ShortcutInfo> list, String id) { in findShortcut() method in ShortcutManagerTestUtils