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

1 2

  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/geofencing/
Constants.java 30 public static final int NOTIFICATION_ID = 1;
CheckInAndDeleteDataItemsService.java 37 import static com.example.android.geofencing.Constants.NOTIFICATION_ID;
71 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID);
HomeListenerService.java 23 import static com.example.android.geofencing.Constants.NOTIFICATION_ID;
94 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID);
149 .notify(NOTIFICATION_ID, notification);
  /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());
  /development/samples/wearable/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);
HomeListenerService.java 23 import static com.example.android.wearable.geofencing.Constants.NOTIFICATION_ID;
94 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancel(NOTIFICATION_ID);
149 .notify(NOTIFICATION_ID, notification);
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/recipeassistant/
Constants.java 40 public static final int NOTIFICATION_ID = 0;
  /development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Constants.java 40 public static final int NOTIFICATION_ID = 0;
  /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/ui/notifications/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());
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 40 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth;
99 manager.notify(NOTIFICATION_ID, builder.getNotification());
107 manager.cancel(NOTIFICATION_ID);
119 manager.cancel(NOTIFICATION_ID);
BluetoothPermissionRequest.java 39 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth;
159 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID,
168 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID);
  /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/samples/android/ui/notifications/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/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/skeletonwearableapp/
MainActivity.java 39 private static final int NOTIFICATION_ID = 1;
83 NotificationManagerCompat.from(this).notify(NOTIFICATION_ID, notification);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 41 private static final int NOTIFICATION_ID = 1;
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification(
  /development/samples/wearable/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);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
FullScreenActivity.java 42 noMa.cancel(NotificationService.NOTIFICATION_ID + id);
PhoneService.java 65 noMa.cancel(NotificationService.NOTIFICATION_ID + id);
ProgressService.java 59 noMa.notify(NotificationService.NOTIFICATION_ID + mId,
UpdateService.java 56 noMa.notify(NotificationService.NOTIFICATION_ID + id,
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
NotificationHelper.java 33 private static final int NOTIFICATION_ID = 433; // John Cage, 1952
151 mNoMan.cancel(NOTIFICATION_ID);
155 mNoMan.cancel(NOTIFICATION_ID);
232 mService.startForeground(NOTIFICATION_ID, notification);

Completed in 460 milliseconds

1 2