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