Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DShortcutManagerThrottlingTestReceiver.java93 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.java36 ReplyUtil.runTestAndReply(this, replyAction, () -> { in onCreate()
DBgService.java50 ReplyUtil.runTestAndReply(context, replyAction, () -> { in onStartCommand()
DFgService.java63 ReplyUtil.runTestAndReply(this, replyAction, () -> { in onStartCommand()
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DReplyUtil.java38 public static void runTestAndReply(Context context, String replyAction, Runnable test) { in runTestAndReply() method in ReplyUtil