OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMPLE_NOTIFICATION_ID
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java
33
private static final int
SAMPLE_NOTIFICATION_ID
= 0;
66
.notify(
SAMPLE_NOTIFICATION_ID
, notif);
/developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java
33
private static final int
SAMPLE_NOTIFICATION_ID
= 0;
66
.notify(
SAMPLE_NOTIFICATION_ID
, notif);
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
MainActivity.java
33
private static final int
SAMPLE_NOTIFICATION_ID
= 0;
66
.notify(
SAMPLE_NOTIFICATION_ID
, notif);
Completed in 324 milliseconds