Searched refs:stopping (Results 1 – 5 of 5) sorted by relevance
347 final int stopping = 4; in testComputeOomAdjFromActivities() local363 callbackResult[0] |= stopping; in testComputeOomAdjFromActivities()386 assertEquals(stopping, callbackResult[0]); in testComputeOomAdjFromActivities()
48 # An activity been add into stopping list
144 stopping to be synchronous, as required, without having to block the call upon higher layers
1528 ArrayList<ServiceRecord> stopping = null; in stopInBackgroundLocked() local1536 if (stopping == null) { in stopInBackgroundLocked()1537 stopping = new ArrayList<>(); in stopInBackgroundLocked()1550 stopping.add(service); in stopInBackgroundLocked()1561 if (stopping != null) { in stopInBackgroundLocked()1562 final int size = stopping.size(); in stopInBackgroundLocked()1564 ServiceRecord service = stopping.get(i); in stopInBackgroundLocked()
841 > State of a named service ("stopped", "stopping", "running", "restarting")