HomeSort by relevance Sort by last modified time
    Searched refs:NotificationPresets (Results 1 - 12 of 12) sorted by null

  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex];
97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId));
103 return NotificationPresets.PRESETS.length;
NotificationPresets.java 43 public class NotificationPresets {
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex];
97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId));
103 return NotificationPresets.PRESETS.length;
NotificationPresets.java 43 public class NotificationPresets {
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
MainActivity.java 63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex];
97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId));
103 return NotificationPresets.PRESETS.length;
NotificationPresets.java 43 public class NotificationPresets {
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[
96 NotificationPresets.PRESETS));
183 if (preset == NotificationPresets.BASIC) {
248 NotificationPreset preset = NotificationPresets.PRESETS[
284 NotificationPreset preset = NotificationPresets.PRESETS[position];
NotificationPresets.java 39 public class NotificationPresets {
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[
96 NotificationPresets.PRESETS));
183 if (preset == NotificationPresets.BASIC) {
248 NotificationPreset preset = NotificationPresets.PRESETS[
284 NotificationPreset preset = NotificationPresets.PRESETS[position];
NotificationPresets.java 39 public class NotificationPresets {
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[
96 NotificationPresets.PRESETS));
175 if (preset == NotificationPresets.BASIC) {
218 NotificationPreset preset = NotificationPresets.PRESETS[
268 NotificationPreset preset = NotificationPresets.PRESETS[position];
NotificationPresets.java 39 public class NotificationPresets {

Completed in 84 milliseconds