Searched refs:getExamplePendingIntent (Results 1 – 3 of 3) 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() 96 NotificationUtil.getExamplePendingIntent(context, in apply() 120 NotificationUtil.getExamplePendingIntent(context, in apply() 139 NotificationUtil.getExamplePendingIntent(context, in apply() 151 NotificationUtil.getExamplePendingIntent(context, in apply()
|
D | NotificationUtil.java | 29 public static PendingIntent getExamplePendingIntent(Context context, int messageResId) { in getExamplePendingIntent() method in NotificationUtil
|
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()
|