Searched refs:autoCancel (Results 1 – 2 of 2) sorted by relevance
349 public Builder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument350 setFlag(Notification.FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
1293 public Builder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument1294 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()