OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sNotificationId
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java
58
private static int
sNotificationId
= NOTIFICATION_GROUP_SUMMARY_ID + 1;
183
int notificationId =
sNotificationId
++;
189
notificationId =
sNotificationId
++;
/developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java
58
private static int
sNotificationId
= NOTIFICATION_GROUP_SUMMARY_ID + 1;
183
int notificationId =
sNotificationId
++;
189
notificationId =
sNotificationId
++;
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java
58
private static int
sNotificationId
= NOTIFICATION_GROUP_SUMMARY_ID + 1;
183
int notificationId =
sNotificationId
++;
189
notificationId =
sNotificationId
++;
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java
61
private static int
sNotificationId
= 1;
126
String deleteAction = "action_delete" + dataItem.getUri().toString() +
sNotificationId
;
165
.notify(
sNotificationId
, card);
167
sNotificationIdByDataItemUri.put(dataItem.getUri(),
sNotificationId
++);
/developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java
61
private static int
sNotificationId
= 1;
126
String deleteAction = "action_delete" + dataItem.getUri().toString() +
sNotificationId
;
165
.notify(
sNotificationId
, card);
167
sNotificationIdByDataItemUri.put(dataItem.getUri(),
sNotificationId
++);
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
HomeListenerService.java
61
private static int
sNotificationId
= 1;
126
String deleteAction = "action_delete" + dataItem.getUri().toString() +
sNotificationId
;
165
.notify(
sNotificationId
, card);
167
sNotificationIdByDataItemUri.put(dataItem.getUri(),
sNotificationId
++);
Completed in 711 milliseconds