Searched refs:destroying (Results 1 – 4 of 4) sorted by relevance
204 private void disableLightSensorLoggingLocked(boolean destroying) { in disableLightSensorLoggingLocked() argument209 if (!destroying) { in disableLightSensorLoggingLocked()
183 boolean destroying; // set when we have started destroying the service field in ServiceRecord859 if (destroying || destroyTime != 0) { in dumpDebug()1060 if (destroying || destroyTime != 0) { in dump()1061 pw.print(prefix); pw.print("destroying="); pw.print(destroying); in dump()
1733 if (!r.destroying) { in killMisbehavingService()6477 r.destroying = true; in bringDownServiceLocked()7570 if (!r.fgRequired || !r.fgWaiting || r.destroying) { in serviceForegroundTimeout()
454 optional bool destroying = 35; field