HomeSort by relevance Sort by last modified time
    Searched defs:NotificationPreset (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 25 public abstract class NotificationPreset {
28 public NotificationPreset(int nameResId) {
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 25 public abstract class NotificationPreset {
28 public NotificationPreset(int nameResId) {
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPreset.java 25 public abstract class NotificationPreset {
28 public NotificationPreset(int nameResId) {
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 25 public abstract class NotificationPreset extends NamedPreset {
29 public NotificationPreset(int nameResId, int titleResId, int textResId) {
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 25 public abstract class NotificationPreset extends NamedPreset {
29 public NotificationPreset(int nameResId, int titleResId, int textResId) {
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPreset.java 25 public abstract class NotificationPreset extends NamedPreset {
29 public NotificationPreset(int nameResId, int titleResId, int textResId) {

Completed in 2547 milliseconds