Searched refs:hasContentIntent (Results 1 – 2 of 2) sorted by relevance
42 public final boolean hasContentIntent; field in NotificationPreset.BuildOptions48 boolean includeLargeIcon, boolean isLocalOnly, boolean hasContentIntent, in BuildOptions() argument56 this.hasContentIntent = hasContentIntent; in BuildOptions()
87 if (options.hasContentIntent) { in applyBasicOptions()