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

  /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 public static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth;
113 notificationManager.notify(NOTIFICATION_ID, notification);
119 manager.cancel(NOTIFICATION_ID);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 34 private static final int NOTIFICATION_ID = 31338;
84 noMa.notify(NOTIFICATION_ID + id,
118 noMa.notify(NOTIFICATION_ID + id,
365 mNoMa.notify(NOTIFICATION_ID + i, mNotifications.get(i));
371 mNoMa.cancel(NOTIFICATION_ID + i);
  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 51 private static final int NOTIFICATION_ID = 1;
193 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notificationBuilder.build());
205 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
  /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/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 60 static final int NOTIFICATION_ID = 1;
330 int notificationId = NOTIFICATION_ID;
CellBroadcastListActivity.java 59 .cancel(CellBroadcastAlertService.NOTIFICATION_ID);
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 94 private static final int NOTIFICATION_ID = 123;
267 cancelNotification(context, NOTIFICATION_ID);
    [all...]

Completed in 412 milliseconds