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

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPresets.java 60 NotificationUtil.getExamplePendingIntent(context,
76 NotificationUtil.getExamplePendingIntent(context,
90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
96 NotificationUtil.getExamplePendingIntent(context,
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
120 NotificationUtil.getExamplePendingIntent(context,
139 NotificationUtil.getExamplePendingIntent(context,
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
151 NotificationUtil.getExamplePendingIntent(context,
NotificationUtil.java 23 public class NotificationUtil {
NotificationIntentReceiver.java 43 String message = intent.getStringExtra(NotificationUtil.EXTRA_MESSAGE);
47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY);
NotificationPresets.java 76 .setDeleteIntent(NotificationUtil.getExamplePendingIntent(
88 builder.setContentIntent(NotificationUtil.getExamplePendingIntent(context,
324 R.drawable.ic_result_open, null, NotificationUtil.getExamplePendingIntent(
327 R.drawable.ic_result_open, null, NotificationUtil.getExamplePendingIntent(
462 NotificationUtil.getExamplePendingIntent(
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
ActionsPresets.java 60 NotificationUtil.getExamplePendingIntent(context,
76 NotificationUtil.getExamplePendingIntent(context,
90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
96 NotificationUtil.getExamplePendingIntent(context,
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
120 NotificationUtil.getExamplePendingIntent(context,
139 NotificationUtil.getExamplePendingIntent(context,
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
151 NotificationUtil.getExamplePendingIntent(context,
NotificationUtil.java 23 public class NotificationUtil {
NotificationIntentReceiver.java 43 String message = intent.getStringExtra(NotificationUtil.EXTRA_MESSAGE);
47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY);
NotificationPresets.java 76 .setDeleteIntent(NotificationUtil.getExamplePendingIntent(
88 builder.setContentIntent(NotificationUtil.getExamplePendingIntent(context,
324 R.drawable.ic_result_open, null, NotificationUtil.getExamplePendingIntent(
327 R.drawable.ic_result_open, null, NotificationUtil.getExamplePendingIntent(
462 NotificationUtil.getExamplePendingIntent(
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
ActionsPresets.java 60 NotificationUtil.getExamplePendingIntent(context,
76 NotificationUtil.getExamplePendingIntent(context,
90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
96 NotificationUtil.getExamplePendingIntent(context,
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
120 NotificationUtil.getExamplePendingIntent(context,
139 NotificationUtil.getExamplePendingIntent(context,
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
151 NotificationUtil.getExamplePendingIntent(context,
NotificationUtil.java 23 public class NotificationUtil {
NotificationIntentReceiver.java 43 String message = intent.getStringExtra(NotificationUtil.EXTRA_MESSAGE);
47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY);
NotificationPresets.java 76 .setDeleteIntent(NotificationUtil.getExamplePendingIntent(
88 builder.setContentIntent(NotificationUtil.getExamplePendingIntent(context,
324 R.drawable.ic_result_open, null, NotificationUtil.getExamplePendingIntent(
327 R.drawable.ic_result_open, null, NotificationUtil.getExamplePendingIntent(
462 NotificationUtil.getExamplePendingIntent(
  /developers/build/prebuilts/gradle/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 29 public class NotificationUtil {
  /developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/
NotificationUtil.java 29 public class NotificationUtil {
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 44 import com.example.android.wearable.wear.common.util.NotificationUtil;
202 NotificationUtil.createNotificationChannel(this, bigTextStyleReminderAppData);
365 NotificationUtil.createNotificationChannel(this, bigPictureStyleSocialAppData);
535 NotificationUtil.createNotificationChannel(this, inboxStyleEmailAppData);
674 NotificationUtil.createNotificationChannel(this, messagingStyleCommsAppData);
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 42 import com.example.android.wearable.wear.common.util.NotificationUtil;
219 NotificationUtil.createNotificationChannel(this, bigTextStyleReminderAppData);
397 NotificationUtil.createNotificationChannel(this, bigPictureStyleSocialAppData);
521 NotificationUtil.createNotificationChannel(this, inboxStyleEmailAppData);
639 NotificationUtil.createNotificationChannel(this, messagingStyleCommsAppData);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 44 import com.example.android.wearable.wear.common.util.NotificationUtil;
201 NotificationUtil.createNotificationChannel(this, bigTextStyleReminderAppData);
364 NotificationUtil.createNotificationChannel(this, bigPictureStyleSocialAppData);
534 NotificationUtil.createNotificationChannel(this, inboxStyleEmailAppData);
673 NotificationUtil.createNotificationChannel(this, messagingStyleCommsAppData);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 42 import com.example.android.wearable.wear.common.util.NotificationUtil;
219 NotificationUtil.createNotificationChannel(this, bigTextStyleReminderAppData);
397 NotificationUtil.createNotificationChannel(this, bigPictureStyleSocialAppData);
521 NotificationUtil.createNotificationChannel(this, inboxStyleEmailAppData);
639 NotificationUtil.createNotificationChannel(this, messagingStyleCommsAppData);
    [all...]

Completed in 361 milliseconds