HomeSort by relevance Sort by last modified time
    Searched defs:runTestAndReply (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
MyActivity.java 36 ReplyUtil.runTestAndReply(this, replyAction, () -> {
BgService.java 50 ReplyUtil.runTestAndReply(context, replyAction, () -> {
FgService.java 63 ReplyUtil.runTestAndReply(this, replyAction, () -> {
ShortcutManagerThrottlingTestReceiver.java 93 ReplyUtil.runTestAndReply(context, replyAction, () -> {
102 ReplyUtil.runTestAndReply(context, replyAction, () -> {
111 ReplyUtil.runTestAndReply(context, replyAction, () -> {
118 ReplyUtil.runTestAndReply(context, replyAction, () -> {
125 ReplyUtil.runTestAndReply(context, replyAction, () -> {
140 ReplyUtil.runTestAndReply(context, replyAction, () -> {
150 ReplyUtil.runTestAndReply(context, replyAction, () -> {
159 ReplyUtil.runTestAndReply(context, replyAction, () -> {
  /cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
ReplyUtil.java 38 public static void runTestAndReply(Context context, String replyAction, Runnable test) {

Completed in 89 milliseconds