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

  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
AuthActivity.kt 49 private var replyIntent: Intent? = null
73 if (replyIntent != null) {
74 setResult(Activity.RESULT_OK, replyIntent)
83 replyIntent = null
93 replyIntent = Intent()
109 replyIntent?.putExtra(EXTRA_AUTHENTICATION_RESULT, fillResponse)
113 replyIntent?.putExtra(EXTRA_AUTHENTICATION_RESULT, dataset)
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
AuthActivity.kt 49 private var replyIntent: Intent? = null
73 if (replyIntent != null) {
74 setResult(Activity.RESULT_OK, replyIntent)
83 replyIntent = null
93 replyIntent = Intent()
109 replyIntent?.putExtra(EXTRA_AUTHENTICATION_RESULT, fillResponse)
113 replyIntent?.putExtra(EXTRA_AUTHENTICATION_RESULT, dataset)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ShortcutThrottlingResetActivity.java 166 final Intent replyIntent = mReplyIntent.get();
167 if (replyIntent == null) {
189 final Intent replyIntent = mReplyIntent.get();
190 if (replyIntent == null) {
191 logFail("Internal error, replyIntent shouldn't be null here.");
195 final String error = replyIntent.getStringExtra(EXTRA_RESET_REPLY_ERROR);
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 184 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class);
185 replyIntent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
186 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
MessagingIntentService.java 196 Intent replyIntent = new Intent(this, MessagingIntentService.class);
197 replyIntent.setAction(MessagingIntentService.ACTION_REPLY);
198 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
BigPictureSocialIntentService.java 184 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class);
185 replyIntent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
186 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
MessagingIntentService.java 196 Intent replyIntent = new Intent(this, MessagingIntentService.class);
197 replyIntent.setAction(MessagingIntentService.ACTION_REPLY);
198 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
BigPictureSocialIntentService.java 176 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class);
177 replyIntent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
178 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
MessagingIntentService.java 205 Intent replyIntent = new Intent(this, MessagingIntentService.class);
206 replyIntent.setAction(MessagingIntentService.ACTION_REPLY);
207 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 192 final Intent replyIntent = new Intent();
193 replyIntent.setAction(requestIntent.getStringExtra(EXTRA_RESET_REPLY_ACTION));
194 replyIntent.putExtra(EXTRA_RESET_REPLY_ERROR, error);
200 context.sendBroadcast(replyIntent);
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 388 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class);
389 replyIntent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
390 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
643 Intent replyIntent = new Intent(this, MessagingIntentService.class);
644 replyIntent.setAction(MessagingIntentService.ACTION_REPLY);
645 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
    [all...]
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 102 PendingIntent replyIntent = PendingIntent.getBroadcast(getApplicationContext(),
109 R.drawable.notification_icon, getString(R.string.reply), replyIntent)
119 .setReplyAction(replyIntent, remoteInput);
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 102 PendingIntent replyIntent = PendingIntent.getBroadcast(getApplicationContext(),
109 R.drawable.notification_icon, getString(R.string.reply), replyIntent)
119 .setReplyAction(replyIntent, remoteInput);
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingService.java 102 PendingIntent replyIntent = PendingIntent.getBroadcast(getApplicationContext(),
109 R.drawable.notification_icon, getString(R.string.reply), replyIntent)
119 .setReplyAction(replyIntent, remoteInput);
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 413 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class);
414 replyIntent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
415 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
669 Intent replyIntent = new Intent(this, MessagingIntentService.class);
670 replyIntent.setAction(MessagingIntentService.ACTION_REPLY);
671 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 413 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class);
414 replyIntent.setAction(BigPictureSocialIntentService.ACTION_COMMENT);
415 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
669 Intent replyIntent = new Intent(this, MessagingIntentService.class);
670 replyIntent.setAction(MessagingIntentService.ACTION_REPLY);
671 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0);
    [all...]
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MapMessageMonitor.java 291 Intent replyIntent = getPlayMessageIntent(senderKey, notificationInfo);
292 replyIntent.putExtra(PlayMessageActivity.EXTRA_SHOW_REPLY_LIST_FLAG, true);
294 mContext, REQUEST_CODE_AUTO_REPLY, replyIntent, 0);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 683 final Intent replyIntent =
687 setActivityIntent(replyIntent);
    [all...]

Completed in 350 milliseconds