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

12

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 54 static final int NOTIFICATION_ID = 1;
365 PendingIntent pi = PendingIntent.getActivity(this, NOTIFICATION_ID, intent,
395 notificationManager.notify(NOTIFICATION_ID, builder.build());
CellBroadcastListActivity.java 61 .cancel(CellBroadcastAlertService.NOTIFICATION_ID);
CellBroadcastAlertFullScreen.java 329 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 51 private static final int NOTIFICATION_ID = 1;
196 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build());
208 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
  /developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/
MediaNotification.java 55 private static final int NOTIFICATION_ID = 412;
289 mService.startForeground(NOTIFICATION_ID, mNotificationBuilder.build());
345 mNotificationManager.notify(NOTIFICATION_ID, mNotificationBuilder.build());
372 mNotificationManager.notify(NOTIFICATION_ID, mNotificationBuilder.build());
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/recipeassistant/
RecipeService.java 94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification);
  /development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 76 protected static final int NOTIFICATION_ID = 1001;
317 mId1 = NOTIFICATION_ID + 1;
318 mId2 = NOTIFICATION_ID + 2;
319 mId3 = NOTIFICATION_ID + 3;
553 MockListener.clearOne(mContext, mTag1, NOTIFICATION_ID + 1);
NotificationAttentionManagementVerifierActivity.java 165 int baseId = NOTIFICATION_ID + (noisy ? 3 : 0);
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 133 final int NOTIFICATION_ID = 1;
520 mNotificationManager.notify(NOTIFICATION_ID, mNotification);
538 startForeground(NOTIFICATION_ID, mNotification);
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 35 private static final int NOTIFICATION_ID = Integer.MAX_VALUE - 1;
120 mNotificationManager.cancel(NOTIFICATION_ID);
130 mNotificationManager.cancel(NOTIFICATION_ID);
250 mNotificationManager.notify(NOTIFICATION_ID, notification);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 48 public static final int NOTIFICATION_ID = 31338;
261 noMa.notify(NOTIFICATION_ID + i, mNotifications.get(i));
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 96 private static final int NOTIFICATION_ID = 123;
256 cancelNotification(context, NOTIFICATION_ID);
279 cancelNotification(context, NOTIFICATION_ID);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 668 milliseconds

12