OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartItem
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java
121
static class
StartItem
{
134
StartItem
(ServiceRecord _sr, boolean _taskRemoved, int _id, Intent _intent,
165
.append("
StartItem
")
172
final ArrayList<
StartItem
> deliveredStarts = new ArrayList<
StartItem
>();
174
final ArrayList<
StartItem
> pendingStarts = new ArrayList<
StartItem
>();
177
void dumpStartList(PrintWriter pw, String prefix, List<
StartItem
> list, long now) {
180
StartItem
si = list.get(i);
417
public
StartItem
findDeliveredStart(int id, boolean remove)
[
all
...]
ActiveServices.java
384
r.pendingStarts.add(new ServiceRecord.
StartItem
(r, false, r.makeNextStartId(),
651
ServiceRecord.
StartItem
si = r.findDeliveredStart(startId, false);
654
ServiceRecord.
StartItem
cur = r.deliveredStarts.remove(0);
[
all
...]
Completed in 439 milliseconds