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.java1972 boolean inDestroying = mDestroyingServices.contains(r); in unbindFinishedLocked()
1974 if (b.apps.size() > 0 && !inDestroying) { in unbindFinishedLocked()
1998 serviceDoneExecutingLocked(r, inDestroying, false); in unbindFinishedLocked()
2307 final boolean inDestroying = mDestroyingServices.contains(r); in requestServiceBindingLocked()
2308 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in requestServiceBindingLocked()
2313 final boolean inDestroying = mDestroyingServices.contains(r); in requestServiceBindingLocked()
2314 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in requestServiceBindingLocked()
2699 final boolean inDestroying = mDestroyingServices.contains(r); in realStartServiceLocked()
2700 serviceDoneExecutingLocked(r, inDestroying, inDestroying); in realStartServiceLocked()
2709 if (!inDestroying) { in realStartServiceLocked()
[all …]