Searched refs:autoCancel (Results 1 – 2 of 2) sorted by relevance
1244 public Builder setAutoCancel(boolean autoCancel) { in setAutoCancel() argument1245 setFlag(Notification.FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
2584 public Builder setAutoCancel(boolean autoCancel) {2585 setFlag(FLAG_AUTO_CANCEL, autoCancel);