Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerRequestPinTest.java76 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in testRequestPinShortcut()
144 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in testRequestPinShortcut_multiLaunchers()
204 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in testRequestPinShortcut_multiLaunchers_withDynamic()
254 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in testRequestPinShortcut_multiLaunchers_withDynamic()
DShortcutManagerThrottlingTest.java53 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in callTest()
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DReplyUtil.java70 public static void invokeAndWaitForReply(Context context, Consumer<String> r) { in invokeAndWaitForReply() method in ReplyUtil