Searched refs:executingServices (Results 1 – 2 of 2) sorted by relevance
110 final HashSet<ServiceRecord> executingServices field in ProcessRecord250 if (executingServices.size() > 0) { in dump()251 pw.print(prefix); pw.print("executingServices="); pw.println(executingServices); in dump()
9503 app.executingServices.clear(); in killServicesLocked()9992 if (r.app.executingServices.size() == 0) { in bumpServiceExecutingLocked()9997 r.app.executingServices.add(r); in bumpServiceExecutingLocked()11133 r.app.executingServices.remove(r); in serviceDoneExecutingLocked()11134 if (r.app.executingServices.size() == 0) { in serviceDoneExecutingLocked()11153 if (proc.executingServices.size() == 0 || proc.thread == null) { in serviceTimeout()11157 Iterator<ServiceRecord> it = proc.executingServices.iterator(); in serviceTimeout()13016 } else if (app.executingServices.size() > 0) { in computeOomAdjLocked()