HomeSort by relevance Sort by last modified time
    Searched defs:NOTIFICATION_ID (Results 1 - 14 of 14) sorted by null

  /development/samples/training/notify-user/src/com/example/android/pingme/
CommonConstants.java 39 public static final int NOTIFICATION_ID = 001;
  /developers/samples/android/ui/notifications/BasicNotifications/BasicNotificationsSample/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;
97 manager.notify(NOTIFICATION_ID, builder.getNotification());
105 manager.cancel(NOTIFICATION_ID);
BluetoothPermissionRequest.java 39 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth;
142 notificationManager.notify(getNotificationTag(mRequestType),NOTIFICATION_ID, notification);
150 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID);
  /developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
SampleSchedulingService.java 32 public static final int NOTIFICATION_ID = 1;
89 mNotificationManager.notify(NOTIFICATION_ID, mBuilder.build());
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 43 public static final int NOTIFICATION_ID = 31338;
223 noMa.notify(NOTIFICATION_ID + i, mNotifications.get(i));
  /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,
391 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /packages/apps/Dialer/src/com/android/dialer/calllog/
DefaultVoicemailNotifier.java 51 private static final int NOTIFICATION_ID = 1;
194 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build());
206 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
  /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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 72 private static final int NOTIFICATION_ID = 1001;
281 mId1 = NOTIFICATION_ID + 1;
282 mId2 = NOTIFICATION_ID + 2;
283 mId3 = NOTIFICATION_ID + 3;
508 MockListener.clearOne(mContext, mTag1, NOTIFICATION_ID + 1);
  /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/Mms/src/com/android/mms/transaction/
MessagingNotification.java 94 private static final int NOTIFICATION_ID = 123;
267 cancelNotification(context, NOTIFICATION_ID);
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]

Completed in 488 milliseconds