Searched refs:willCancel (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DDNSStatefulObject.java239 if (!this.willCancel()) {
242 if (!this.willCancel()) {
259 if (!this.willCancel()) {
262 if (!this.willCancel()) {
367 private boolean willCancel() { method in class:DNSStatefulObject.DefaultImplementation
380 if (!this.isAnnounced() && !this.willCancel()) {
384 if (this.willCancel() || this.willClose()) {

Completed in 99 milliseconds