Searched defs:replyAction (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/ |
D | ShortcutManagerThrottlingTestReceiver.java | 52 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()
|
D | BgService.java | 34 public static void start(Context context, String replyAction) { in start() 46 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION); in onStartCommand() local
|
D | FgService.java | 36 public static void start(Context context, String replyAction) { in start() 58 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION); in onStartCommand() local
|
D | MyActivity.java | 32 final String replyAction = getIntent().getStringExtra(Constants.EXTRA_REPLY_ACTION); in onCreate() local
|
/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() 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/ |
D | ShortcutConfirmPin.java | 43 String replyAction = null; in onCreate() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationHidingVerifierActivity.kt | 204 val replyAction = Notification.Action.Builder( in <lambda>() constant
|
D | NotificationFullScreenIntentVerifierActivity.java | 201 Notification.Action replyAction = new Notification.Action.Builder(icon, "Reply", in sendFullScreenIntentHeadsUpNotification() local
|
D | BubblesVerifierActivity.java | 1097 Notification.Action replyAction = new Notification.Action.Builder(icon, "Reply", in getConversationNotif() local
|