HomeSort by relevance Sort by last modified time
    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 304 milliseconds