Searched refs:NotificationUtil (Results 1 – 4 of 4) sorted by relevance
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | ActionsPresets.java | 60 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()
|
D | NotificationIntentReceiver.java | 43 String message = intent.getStringExtra(NotificationUtil.EXTRA_MESSAGE); in onReceive() 47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY); in onReceive()
|
D | NotificationUtil.java | 23 public class NotificationUtil { class
|
D | NotificationPresets.java | 76 .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()
|