Searched refs:runTestAndReply (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/ |
D | ShortcutManagerThrottlingTestReceiver.java | 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()
|
D | MyActivity.java | 36 ReplyUtil.runTestAndReply(this, replyAction, () -> { in onCreate()
|
D | BgService.java | 50 ReplyUtil.runTestAndReply(context, replyAction, () -> { in onStartCommand()
|
D | FgService.java | 63 ReplyUtil.runTestAndReply(this, replyAction, () -> { in onStartCommand()
|
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/ |
D | ReplyUtil.java | 38 public static void runTestAndReply(Context context, String replyAction, Runnable test) { in runTestAndReply() method in ReplyUtil
|