Home
last modified time | relevance | path

Searched refs:inDestroying (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2005 boolean inDestroying = mDestroyingServices.contains(r); in unbindFinishedLocked()
2007 if (b.apps.size() > 0 && !inDestroying) { in unbindFinishedLocked()
2031 serviceDoneExecutingLocked(r, inDestroying, false); in unbindFinishedLocked()
2340 final boolean inDestroying = mDestroyingServices.contains(r); in requestServiceBindingLocked()
2341 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in requestServiceBindingLocked()
2346 final boolean inDestroying = mDestroyingServices.contains(r); in requestServiceBindingLocked()
2347 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in requestServiceBindingLocked()
2734 final boolean inDestroying = mDestroyingServices.contains(r); in realStartServiceLocked()
2735 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in realStartServiceLocked()
2744 if (!inDestroying) { in realStartServiceLocked()
[all …]