OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pendingStarts
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ActiveServices.java
212
if (r.
pendingStarts
.size() <= 0) {
225
startServiceInnerLocked(this, r.
pendingStarts
.get(0).intent, r, false, true);
316
r.
pendingStarts
.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(),
[
all
...]
ServiceRecord.java
167
final ArrayList<StartItem>
pendingStarts
= new ArrayList<StartItem>();
272
if (
pendingStarts
.size() > 0) {
274
dumpStartList(pw, prefix,
pendingStarts
, 0);
Completed in 50 milliseconds