OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTIFICATION_ID
(Results
1 - 6
of
6
) 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/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java
92
public static final int
NOTIFICATION_ID
= 0;
295
nm.cancel(
NOTIFICATION_ID
);
328
nm.cancel(
NOTIFICATION_ID
);
/packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java
51
private static final int
NOTIFICATION_ID
= 1;
179
mNotificationManager.notify(NOTIFICATION_TAG,
NOTIFICATION_ID
, notification);
191
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/Mms/src/com/android/mms/transaction/
MessagingNotification.java
77
private static final int
NOTIFICATION_ID
= 123;
185
cancelNotification(context,
NOTIFICATION_ID
);
551
nm.notify(
NOTIFICATION_ID
, notification);
Completed in 242 milliseconds