Searched refs:includeLargeIcon (Results 1 - 2 of 2) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
H A DNotificationPreset.java40 public final boolean includeLargeIcon; field in class:NotificationPreset.BuildOptions
48 boolean includeLargeIcon, boolean isLocalOnly, boolean hasContentIntent,
54 this.includeLargeIcon = includeLargeIcon;
46 BuildOptions(CharSequence titlePreset, CharSequence textPreset, PriorityPreset priorityPreset, ActionsPreset actionsPreset, boolean includeLargeIcon, boolean isLocalOnly, boolean hasContentIntent, boolean vibrate, Integer[] backgroundIds) argument
H A DNotificationPresets.java80 if (options.includeLargeIcon) {

Completed in 41 milliseconds