Home
last modified time | relevance | path

Searched refs:isShortcutById (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerLauncherCallbackTest.java123 public synchronized boolean isShortcutById(String id, Predicate<ShortcutInfo> predicate) { in isShortcutById() method in ShortcutManagerLauncherCallbackTest.MyCallback
296 retryUntil(() -> (c.isCalled() && c.isShortcutById("s1", si -> !si.isEnabled())), in testCallbacks()
315 retryUntil(() -> (c.isCalled() && c.isShortcutById("s1", si -> si.isEnabled())), in testCallbacks()