Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerLauncherCallbackTest.java110 public synchronized boolean isCalled() { in isCalled() method in ShortcutManagerLauncherCallbackTest.MyCallback
170 retryUntil(() -> c.isCalled(), "callback not called."); in testCallbacks()
183 retryUntil(() -> c.isCalled(), "callback not called."); in testCallbacks()
196 retryUntil(() -> c.isCalled(), "callback not called."); in testCallbacks()
209 retryUntil(() -> c.isCalled(), "callback not called."); in testCallbacks()
222 retryUntil(() -> c.isCalled(), "callback not called."); in testCallbacks()
235 retryUntil(() -> c.isCalled(), "callback not called."); in testCallbacks()
263 retryUntil(() -> c.isCalled(), "callback not called."); in testCallbacks()
279 retryUntil(() -> c.isCalled(), "callback not called."); in testCallbacks()
296 retryUntil(() -> (c.isCalled() && c.isShortcutById("s1", si -> !si.isEnabled())), in testCallbacks()
[all …]