Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/packages/src/android/content/pm/cts/shortcutmanager/packages/
DShortcutConfirmPin.java58 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()
115 ReplyUtil.sendReply(this, replyAction, "Caught exception: " + e); in onCreate()
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DReplyUtil.java42 sendReply(context, replyAction, null); in runTestAndReply()
45 sendReply(context, replyAction, error); in runTestAndReply()
49 public static void sendReply(Context context, String replyAction, in sendReply() method in ReplyUtil
67 sendReply(context, replyAction, null); in sendSuccessReply()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/
DIPCThreadState.h103 status_t sendReply(const Parcel& reply, uint32_t flags);
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DShortcutManagerThrottlingTestReceiver.java84 ReplyUtil.sendReply(context, replyAction, "Unknown test: " + method); in onReceive()