/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/ |
ShortcutManagerThrottlingTestReceiver.java | 52 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION); 56 testSetDynamicShortcuts(context, replyAction); 59 testAddDynamicShortcuts(context, replyAction); 62 testUpdateShortcuts(context, replyAction); 66 testBgServiceThrottled(context, replyAction); 70 testActivityUnthrottled(context, replyAction); 73 testFgServiceUnthrottled(context, replyAction); 77 testInlineReplyShow(context, replyAction); 80 testInlineReplyCheck(context, replyAction); 84 ReplyUtil.sendReply(context, replyAction, "Unknown test: " + method) [all...] |
MyActivity.java | 32 final String replyAction = getIntent().getStringExtra(Constants.EXTRA_REPLY_ACTION); 36 ReplyUtil.runTestAndReply(this, replyAction, () -> {
|
BgService.java | 34 public static void start(Context context, String replyAction) { 37 .putExtra(Constants.EXTRA_REPLY_ACTION, replyAction); 46 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION); 50 ReplyUtil.runTestAndReply(context, replyAction, () -> {
|
FgService.java | 36 public static void start(Context context, String replyAction) { 39 .putExtra(Constants.EXTRA_REPLY_ACTION, replyAction); 58 final String replyAction = intent.getStringExtra(Constants.EXTRA_REPLY_ACTION); 63 ReplyUtil.runTestAndReply(this, replyAction, () -> {
|
/cts/tests/tests/shortcutmanager/packages/src/android/content/pm/cts/shortcutmanager/packages/ |
ShortcutConfirmPin.java | 43 String replyAction = null; 55 replyAction = shortcut.getExtras().getString(Constants.EXTRA_REPLY_ACTION); 58 ReplyUtil.sendReply(this, replyAction, "request.isValid() expected to be TRUE"); 62 ReplyUtil.sendReply(this, replyAction, 70 ReplyUtil.sendReply(this, replyAction, Constants.REQUEST_IGNORED_MESSAGE); 77 ReplyUtil.sendReply(this, replyAction, "isPinned() expected to be " + expectPinned); 83 ReplyUtil.sendReply(this, replyAction, 94 ReplyUtil.sendReply(this, replyAction, "Expected to have icon"); 99 ReplyUtil.sendReply(this, replyAction, "Not expected to have icon"); 106 ReplyUtil.sendReply(this, replyAction, [all...] |
/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) { 42 sendReply(context, replyAction, null); 45 sendReply(context, replyAction, error); 49 public static void sendReply(Context context, String replyAction, 60 final Intent reply = new Intent(replyAction).setPackage(MAIN_CTS_PACKAGE); 66 public static void sendSuccessReply(Context context, String replyAction) { 67 sendReply(context, replyAction, null); 76 final String replyAction = Constants.ACTION_REPLY + Constants.sRandom.nextLong(); 77 final IntentFilter filter = new IntentFilter(replyAction); 90 r.accept(replyAction); [all...] |
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
ShortcutManagerRequestPinTest.java | 71 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { 73 extras.putString(Constants.EXTRA_REPLY_ACTION, replyAction);
|
ShortcutManagerThrottlingTest.java | 50 ReplyUtil.invokeAndWaitForReply(getTestContext(), (replyAction) -> { 53 i.putExtra(Constants.EXTRA_REPLY_ACTION, replyAction);
|
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 190 NotificationCompat.Action replyAction = 215 .addAction(replyAction)
|
MessagingIntentService.java | 212 NotificationCompat.Action replyAction = 243 .addAction(replyAction)
|
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 195 NotificationCompat.Action replyAction = 225 .addAction(replyAction)
|
MessagingIntentService.java | 207 NotificationCompat.Action replyAction = 240 .addAction(replyAction)
|
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 190 NotificationCompat.Action replyAction = 215 .addAction(replyAction)
|
MessagingIntentService.java | 212 NotificationCompat.Action replyAction = 243 .addAction(replyAction)
|
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 195 NotificationCompat.Action replyAction = 225 .addAction(replyAction)
|
MessagingIntentService.java | 207 NotificationCompat.Action replyAction = 240 .addAction(replyAction)
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 190 NotificationCompat.Action replyAction = 215 .addAction(replyAction)
|
MessagingIntentService.java | 222 NotificationCompat.Action replyAction = 250 .addAction(replyAction)
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 187 NotificationCompat.Action replyAction = 215 .addAction(replyAction)
|
MessagingIntentService.java | 216 NotificationCompat.Action replyAction = 247 .addAction(replyAction)
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
StandaloneMainActivity.java | 399 NotificationCompat.Action replyAction = 435 .addAction(replyAction) 654 NotificationCompat.Action replyAction = 697 .addAction(replyAction) [all...] |
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/ |
MockIncomingMessageReceiver.java | 137 android.support.v7.app.NotificationCompat.Action replyAction = 162 .addAction(replyAction)
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
FolderPreferences.java | 261 final String replyAction = 268 notificationActions.add(replyAction);
|
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
MainActivity.java | 446 NotificationCompat.Action replyAction = 489 .addAction(replyAction) [all...] |
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
StandaloneMainActivity.java | 424 NotificationCompat.Action replyAction = 462 .addAction(replyAction) [all...] |