Home
last modified time | relevance | path

Searched defs:replyIntent (Results 1 – 5 of 5) sorted by relevance

/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java388 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class); in generateBigPictureStyleNotification() local
643 Intent replyIntent = new Intent(this, MessagingIntentService.class); in generateMessagingStyleNotification() local
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DBigPictureSocialIntentService.java176 Intent replyIntent = new Intent(this, BigPictureSocialIntentService.class); in recreateBuilderWithBigPictureStyle() local
DMessagingIntentService.java205 Intent replyIntent = new Intent(this, MessagingIntentService.class); in recreateBuilderWithMessagingStyle() local
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DAuthActivity.java63 Intent replyIntent = new Intent(); in onYes() local
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java102 PendingIntent replyIntent = PendingIntent.getBroadcast(getApplicationContext(), in sendNotificationForConversation() local