Searched refs:findShortcut (Results 1 – 2 of 2) sorted by relevance
54 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.findShortcut;4407 findShortcut(shortcuts.getValue(), "s1").getLastChangedTimestamp()); in testHandlePackageUpdate()4409 findShortcut(shortcuts.getValue(), "s2").getLastChangedTimestamp()); in testHandlePackageUpdate()4411 findShortcut(shortcuts.getValue(), "s3").getLastChangedTimestamp()); in testHandlePackageUpdate()4413 findShortcut(shortcuts.getValue(), "s4").getLastChangedTimestamp()); in testHandlePackageUpdate()4443 findShortcut(shortcuts.getValue(), "s1").getLastChangedTimestamp()); in testHandlePackageUpdate()4445 findShortcut(shortcuts.getValue(), "s2").getLastChangedTimestamp()); in testHandlePackageUpdate()4499 findShortcut(shortcuts.getValue(), "s1").getLastChangedTimestamp()); in testHandlePackageUpdate()
613 public static ShortcutInfo findShortcut(List<ShortcutInfo> list, String id) { in findShortcut() method in ShortcutManagerTestUtils