Searched refs:StartItem (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 126 static class StartItem { class in ServiceRecord 140 StartItem(ServiceRecord _sr, boolean _taskRemoved, int _id, Intent _intent, in StartItem() method in ServiceRecord.StartItem 166 proto.write(ServiceRecordProto.StartItem.ID, id); in writeToProto() 168 ServiceRecordProto.StartItem.DURATION, deliveredTime, now); in writeToProto() 169 proto.write(ServiceRecordProto.StartItem.DELIVERY_COUNT, deliveryCount); in writeToProto() 170 proto.write(ServiceRecordProto.StartItem.DONE_EXECUTING_COUNT, doneExecutingCount); in writeToProto() 172 intent.writeToProto(proto, ServiceRecordProto.StartItem.INTENT, true, true, in writeToProto() 176 neededGrants.writeToProto(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS); in writeToProto() 179 uriPermissions.writeToProto(proto, ServiceRecordProto.StartItem.URI_PERMISSIONS); in writeToProto() 199 final ArrayList<StartItem> deliveredStarts = new ArrayList<StartItem>(); [all …]
|
D | ActiveServices.java | 538 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in startServiceLocked() 824 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in stopServiceTokenLocked() 827 ServiceRecord.StartItem cur = r.deliveredStarts.remove(0); in stopServiceTokenLocked() 2137 ServiceRecord.StartItem si = r.deliveredStarts.get(i); in scheduleServiceRestartLocked() 2505 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in realStartServiceLocked() 2538 ServiceRecord.StartItem si = r.pendingStarts.remove(0); in sendServiceArgsLocked() 2947 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in serviceDoneExecutingLocked() 3245 sr.pendingStarts.add(new ServiceRecord.StartItem(sr, true, in cleanUpRemovedTaskLocked()
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 531 message StartItem { message 542 repeated StartItem delivered_starts = 23; 543 repeated StartItem pending_starts = 24;
|
/frameworks/base/services/ |
D | art-profile | 2125 Lcom/android/server/am/ServiceRecord$StartItem;
|