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

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java1202 boolean inDestroying = mDestroyingServices.contains(r);
1204 if (b.apps.size() > 0 && !inDestroying) {
1228 serviceDoneExecutingLocked(r, inDestroying, false);
1463 final boolean inDestroying = mDestroyingServices.contains(r);
1464 serviceDoneExecutingLocked(r, inDestroying, inDestroying);
1469 final boolean inDestroying = mDestroyingServices.contains(r);
1470 serviceDoneExecutingLocked(r, inDestroying, inDestroying);
1829 final boolean inDestroying
2290 serviceDoneExecutingLocked(ServiceRecord r, boolean inDestroying, boolean finishing) argument
[all...]

Completed in 31 milliseconds