Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/packages/src/android/content/pm/cts/shortcutmanager/packages/
DShortcutConfirmPin.java23 import android.content.pm.cts.shortcutmanager.common.ReplyUtil;
58 ReplyUtil.sendReply(this, replyAction, "request.isValid() expected to be TRUE"); in onCreate()
62 ReplyUtil.sendReply(this, replyAction, in onCreate()
70 ReplyUtil.sendReply(this, replyAction, Constants.REQUEST_IGNORED_MESSAGE); in onCreate()
77 ReplyUtil.sendReply(this, replyAction, "isPinned() expected to be " + expectPinned); in onCreate()
83 ReplyUtil.sendReply(this, replyAction, in onCreate()
94 ReplyUtil.sendReply(this, replyAction, "Expected to have icon"); in onCreate()
99 ReplyUtil.sendReply(this, replyAction, "Not expected to have icon"); in onCreate()
106 ReplyUtil.sendReply(this, replyAction, in onCreate()
110 ReplyUtil.sendSuccessReply(this, replyAction); in onCreate()
[all …]
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DShortcutManagerThrottlingTestReceiver.java28 import android.content.pm.cts.shortcutmanager.common.ReplyUtil;
84 ReplyUtil.sendReply(context, replyAction, "Unknown test: " + method); in onReceive()
93 ReplyUtil.runTestAndReply(context, replyAction, () -> { in testSetDynamicShortcuts()
102 ReplyUtil.runTestAndReply(context, replyAction, () -> { in testAddDynamicShortcuts()
111 ReplyUtil.runTestAndReply(context, replyAction, () -> { in testUpdateShortcuts()
118 ReplyUtil.runTestAndReply(context, replyAction, () -> { in testBgServiceThrottled()
125 ReplyUtil.runTestAndReply(context, replyAction, () -> { in testActivityUnthrottled()
140 ReplyUtil.runTestAndReply(context, replyAction, () -> { in testFgServiceUnthrottled()
150 ReplyUtil.runTestAndReply(context, replyAction, () -> { in testInlineReplyShow()
159 ReplyUtil.runTestAndReply(context, replyAction, () -> { in testInlineReplyCheck()
DMyActivity.java20 import android.content.pm.cts.shortcutmanager.common.ReplyUtil;
36 ReplyUtil.runTestAndReply(this, replyAction, () -> { in onCreate()
DBgService.java26 import android.content.pm.cts.shortcutmanager.common.ReplyUtil;
50 ReplyUtil.runTestAndReply(context, replyAction, () -> { in onStartCommand()
DFgService.java26 import android.content.pm.cts.shortcutmanager.common.ReplyUtil;
63 ReplyUtil.runTestAndReply(this, replyAction, () -> { in onStartCommand()
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DReplyUtil.java32 public class ReplyUtil { class
33 private ReplyUtil() { in ReplyUtil() method in ReplyUtil
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerRequestPinTest.java32 import android.content.pm.cts.shortcutmanager.common.ReplyUtil;
77 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in testRequestPinShortcut()
145 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in testRequestPinShortcut_multiLaunchers()
205 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in testRequestPinShortcut_multiLaunchers_withDynamic()
255 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in testRequestPinShortcut_multiLaunchers_withDynamic()
DShortcutManagerThrottlingTest.java28 import android.content.pm.cts.shortcutmanager.common.ReplyUtil;
56 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { in callTest()