Searched refs:destroying (Results 1 – 3 of 3) sorted by relevance
127 boolean destroying; // set when we have started destroying the service field in ServiceRecord317 if (destroying || destroyTime != 0) { in writeToProto()432 if (destroying || destroyTime != 0) { in dump()433 pw.print(prefix); pw.print("destroying="); pw.print(destroying); in dump()
3042 r.destroying = true; in bringDownServiceLocked()3887 if (!r.fgRequired || r.destroying) { in serviceForegroundTimeout()
304 optional bool destroying = 35; field