Searched refs:inDestroying (Results 1 – 1 of 1) sorted by relevance
1800 boolean inDestroying = mDestroyingServices.contains(r); in unbindFinishedLocked()1802 if (b.apps.size() > 0 && !inDestroying) { in unbindFinishedLocked()1826 serviceDoneExecutingLocked(r, inDestroying, false); in unbindFinishedLocked()2094 final boolean inDestroying = mDestroyingServices.contains(r); in requestServiceBindingLocked()2095 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in requestServiceBindingLocked()2100 final boolean inDestroying = mDestroyingServices.contains(r); in requestServiceBindingLocked()2101 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in requestServiceBindingLocked()2477 final boolean inDestroying = mDestroyingServices.contains(r); in realStartServiceLocked()2478 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in realStartServiceLocked()2487 if (!inDestroying) { in realStartServiceLocked()[all …]