Searched refs:autoCancel (Results 1 – 2 of 2) sorted by relevance
1215 public Builder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument1216 setFlag(Notification.FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
2433 public Builder setAutoCancel(boolean autoCancel) {2434 setFlag(FLAG_AUTO_CANCEL, autoCancel);