HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFICATION_ID (Results 1 - 25 of 63) sorted by null

1 2 3

  /developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
Constants.java 30 public static final int NOTIFICATION_ID = 1;
CheckInAndDeleteDataItemsService.java 37 import static com.example.android.wearable.geofencing.Constants.NOTIFICATION_ID;
71 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID);
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
Constants.java 30 public static final int NOTIFICATION_ID = 1;
  /development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
Constants.java 30 public static final int NOTIFICATION_ID = 1;
  /development/samples/training/notify-user/src/com/example/android/pingme/
CommonConstants.java 39 public static final int NOTIFICATION_ID = 001;
PingService.java 59 nm.cancel(CommonConstants.NOTIFICATION_ID);
65 nm.cancel(CommonConstants.NOTIFICATION_ID);
131 mNotificationManager.notify(CommonConstants.NOTIFICATION_ID, builder.build());
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Constants.java 40 public static final int NOTIFICATION_ID = 0;
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Constants.java 40 public static final int NOTIFICATION_ID = 0;
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Constants.java 40 public static final int NOTIFICATION_ID = 0;
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
MovieDetailsActivity.java 29 public static final String NOTIFICATION_ID = "NotificationId";
  /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 22 public static final int NOTIFICATION_ID = 1;
98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 22 public static final int NOTIFICATION_ID = 1;
98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 22 public static final int NOTIFICATION_ID = 1;
98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java 44 private static final int NOTIFICATION_ID = 1;
99 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID, true);
102 mHelper.getStatusBarNotification(NOTIFICATION_ID));
127 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID, true);
130 mHelper.getStatusBarNotification(NOTIFICATION_ID));
151 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID, true);
153 if (mHelper.checkNotificationExistence(NOTIFICATION_ID, true)) {
154 fail(String.format("Notification %s has not benn blocked", NOTIFICATION_ID));
NotificationInlineReplyTests.java 33 private static final int NOTIFICATION_ID = 1;
66 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID,false);
89 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID,false);
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
RemoteBugreportUtils.java 40 static final int NOTIFICATION_ID = 678432343;
83 PendingIntent pendingIntentAccept = PendingIntent.getBroadcast(context, NOTIFICATION_ID,
87 NOTIFICATION_ID, new Intent(
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 40 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth;
101 manager.notify(NOTIFICATION_ID, builder.getNotification());
109 manager.cancel(NOTIFICATION_ID);
121 manager.cancel(NOTIFICATION_ID);
  /packages/apps/Settings/src/com/android/settings/sim/
SimSelectNotification.java 41 private static final int NOTIFICATION_ID = 1;
133 notificationManager.notify(NOTIFICATION_ID, builder.build());
139 notificationManager.cancel(NOTIFICATION_ID);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 46 private static final int NOTIFICATION_ID = 412;
119 mService.startForeground(NOTIFICATION_ID, notification);
134 mNotificationManager.cancel(NOTIFICATION_ID);
203 mNotificationManager.notify(NOTIFICATION_ID, notification);
214 mNotificationManager.notify(NOTIFICATION_ID, notification);
349 mNotificationManager.notify(NOTIFICATION_ID, builder.build());
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 46 private static final int NOTIFICATION_ID = 412;
119 mService.startForeground(NOTIFICATION_ID, notification);
134 mNotificationManager.cancel(NOTIFICATION_ID);
203 mNotificationManager.notify(NOTIFICATION_ID, notification);
214 mNotificationManager.notify(NOTIFICATION_ID, notification);
349 mNotificationManager.notify(NOTIFICATION_ID, builder.build());
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaNotificationManager.java 49 private static final int NOTIFICATION_ID = 412;
121 mService.startForeground(NOTIFICATION_ID, notification);
136 mNotificationManager.cancel(NOTIFICATION_ID);
209 mNotificationManager.notify(NOTIFICATION_ID, notification);
220 mNotificationManager.notify(NOTIFICATION_ID, notification);
345 mNotificationManager.notify(NOTIFICATION_ID, builder.build());
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 46 private static final int NOTIFICATION_ID = 412;
119 mService.startForeground(NOTIFICATION_ID, notification);
134 mNotificationManager.cancel(NOTIFICATION_ID);
203 mNotificationManager.notify(NOTIFICATION_ID, notification);
214 mNotificationManager.notify(NOTIFICATION_ID, notification);
349 mNotificationManager.notify(NOTIFICATION_ID, builder.build());
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 41 private static final int NOTIFICATION_ID = 1;
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification(
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 39 private static final int NOTIFICATION_ID = 1;
83 NotificationManagerCompat.from(this).notify(NOTIFICATION_ID, notification);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 41 private static final int NOTIFICATION_ID = 1;
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification(

Completed in 654 milliseconds

1 2 3