Home
last modified time | relevance | path

Searched refs:NotificationUtil (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DActionsPresets.java60 NotificationUtil.getExamplePendingIntent(context, in apply()
76 NotificationUtil.getExamplePendingIntent(context, in apply()
90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply()
96 NotificationUtil.getExamplePendingIntent(context, in apply()
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply()
120 NotificationUtil.getExamplePendingIntent(context, in apply()
139 NotificationUtil.getExamplePendingIntent(context, in apply()
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY) in apply()
151 NotificationUtil.getExamplePendingIntent(context, in apply()
DNotificationIntentReceiver.java43 String message = intent.getStringExtra(NotificationUtil.EXTRA_MESSAGE); in onReceive()
47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY); in onReceive()
DNotificationUtil.java23 public class NotificationUtil { class
DNotificationPresets.java76 .setDeleteIntent(NotificationUtil.getExamplePendingIntent( in applyBasicOptions()
88 builder.setContentIntent(NotificationUtil.getExamplePendingIntent(context, in applyBasicOptions()
324 R.drawable.ic_result_open, null, NotificationUtil.getExamplePendingIntent( in buildNotifications()
327 R.drawable.ic_result_open, null, NotificationUtil.getExamplePendingIntent( in buildNotifications()
462 NotificationUtil.getExamplePendingIntent( in buildNotifications()