Searched refs:inDestroying (Results 1 – 1 of 1) sorted by relevance
1181 boolean inDestroying = mDestroyingServices.contains(r); in unbindFinishedLocked()1183 if (b.apps.size() > 0 && !inDestroying) { in unbindFinishedLocked()1207 serviceDoneExecutingLocked(r, inDestroying, false); in unbindFinishedLocked()1442 final boolean inDestroying = mDestroyingServices.contains(r); in requestServiceBindingLocked()1443 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in requestServiceBindingLocked()1448 final boolean inDestroying = mDestroyingServices.contains(r); in requestServiceBindingLocked()1449 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in requestServiceBindingLocked()1808 final boolean inDestroying = mDestroyingServices.contains(r); in realStartServiceLocked()1809 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in realStartServiceLocked()1818 if (!inDestroying) { in realStartServiceLocked()[all …]