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

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 44 public final Integer[] backgroundIds;
49 boolean vibrate, Integer[] backgroundIds) {
58 this.backgroundIds = backgroundIds;
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 44 public final Integer[] backgroundIds;
49 boolean vibrate, Integer[] backgroundIds) {
58 this.backgroundIds = backgroundIds;
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPreset.java 44 public final Integer[] backgroundIds;
49 boolean vibrate, Integer[] backgroundIds) {
58 this.backgroundIds = backgroundIds;

Completed in 449 milliseconds