Searched refs:autoCancel (Results 1 – 2 of 2) sorted by relevance
1390 public Builder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument1391 setFlag(Notification.FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
2895 public Builder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument2896 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()