Searched refs:findShortcut (Results 1 – 2 of 2) sorted by relevance
53 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.findShortcut;5245 findShortcut(shortcuts.getValue(), "s1").getLastChangedTimestamp()); in testHandlePackageUpdate()5247 findShortcut(shortcuts.getValue(), "s2").getLastChangedTimestamp()); in testHandlePackageUpdate()5249 findShortcut(shortcuts.getValue(), "s3").getLastChangedTimestamp()); in testHandlePackageUpdate()5251 findShortcut(shortcuts.getValue(), "s4").getLastChangedTimestamp()); in testHandlePackageUpdate()5281 findShortcut(shortcuts.getValue(), "s1").getLastChangedTimestamp()); in testHandlePackageUpdate()5283 findShortcut(shortcuts.getValue(), "s2").getLastChangedTimestamp()); in testHandlePackageUpdate()5337 findShortcut(shortcuts.getValue(), "s1").getLastChangedTimestamp()); in testHandlePackageUpdate()
676 public static ShortcutInfo findShortcut(List<ShortcutInfo> list, String id) { in findShortcut() method in ShortcutManagerTestUtils