HomeSort by relevance Sort by last modified time
    Searched refs:replyAction (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
ShortcutManagerThrottlingTestReceiver.java 51 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION);
55 testSetDynamicShortcuts(context, replyAction);
58 testAddDynamicShortcuts(context, replyAction);
61 testUpdateShortcuts(context, replyAction);
65 testBgServiceThrottled(context, replyAction);
69 testActivityUnthrottled(context, replyAction);
72 testFgServiceUnthrottled(context, replyAction);
76 testInlineReplyShow(context, replyAction);
79 testInlineReplyCheck(context, replyAction);
83 ReplyUtil.sendReply(context, replyAction, "Unknown test: " + method)
    [all...]
ReplyUtil.java 27 public static void runTestAndReply(Context context, String replyAction, Runnable test) {
31 sendReply(context, replyAction, null);
34 sendReply(context, replyAction, error);
38 public static void sendReply(Context context, String replyAction,
49 final Intent reply = new Intent(replyAction);
MyActivity.java 31 final String replyAction = getIntent().getStringExtra(Constants.EXTRA_REPLY_ACTION);
35 ReplyUtil.runTestAndReply(this, replyAction, () -> {
BgService.java 33 public static void start(Context context, String replyAction) {
36 .putExtra(Constants.EXTRA_REPLY_ACTION, replyAction);
45 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION);
49 ReplyUtil.runTestAndReply(context, replyAction, () -> {
FgService.java 31 public static void start(Context context, String replyAction) {
34 .putExtra(Constants.EXTRA_REPLY_ACTION, replyAction);
48 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION);
53 ReplyUtil.runTestAndReply(this, replyAction, () -> {
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java 61 final String replyAction = Constants.ACTION_THROTTLING_REPLY + sRandom.nextLong();
62 final IntentFilter filter = new IntentFilter(replyAction);
78 i.putExtra(Constants.EXTRA_REPLY_ACTION, replyAction);
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
FolderPreferences.java 261 final String replyAction =
268 notificationActions.add(replyAction);

Completed in 68 milliseconds