Home
last modified time | relevance | path

Searched defs:replyAction (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DShortcutManagerThrottlingTestReceiver.java52 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION); in onReceive() local
90 public void testSetDynamicShortcuts(Context context, String replyAction) { in testSetDynamicShortcuts()
99 public void testAddDynamicShortcuts(Context context, String replyAction) { in testAddDynamicShortcuts()
108 public void testUpdateShortcuts(Context context, String replyAction) { in testUpdateShortcuts()
117 public void testBgServiceThrottled(Context context, String replyAction) { in testBgServiceThrottled()
124 public void testActivityUnthrottled(Context context, String replyAction) { in testActivityUnthrottled()
139 public void testFgServiceUnthrottled(Context context, String replyAction) { in testFgServiceUnthrottled()
149 public void testInlineReplyShow(Context context, String replyAction) { in testInlineReplyShow()
158 public void testInlineReplyCheck(Context context, String replyAction) { in testInlineReplyCheck()
DBgService.java34 public static void start(Context context, String replyAction) { in start()
46 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION); in onStartCommand() local
DFgService.java36 public static void start(Context context, String replyAction) { in start()
58 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION); in onStartCommand() local
DMyActivity.java32 final String replyAction = getIntent().getStringExtra(Constants.EXTRA_REPLY_ACTION); in onCreate() local
/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()
49 public static void sendReply(Context context, String replyAction, in sendReply()
66 public static void sendSuccessReply(Context context, String replyAction) { in sendSuccessReply()
76 final String replyAction = Constants.ACTION_REPLY + Constants.sRandom.nextLong(); in invokeAndWaitForReply() local
/cts/tests/tests/shortcutmanager/packages/src/android/content/pm/cts/shortcutmanager/packages/
DShortcutConfirmPin.java43 String replyAction = null; in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationHidingVerifierActivity.kt204 val replyAction = Notification.Action.Builder( in <lambda>() constant
DNotificationFullScreenIntentVerifierActivity.java201 Notification.Action replyAction = new Notification.Action.Builder(icon, "Reply", in sendFullScreenIntentHeadsUpNotification() local
DBubblesVerifierActivity.java1097 Notification.Action replyAction = new Notification.Action.Builder(icon, "Reply", in getConversationNotif() local