Searched refs:StartItem (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 145 static class StartItem { class in ServiceRecord 159 StartItem(ServiceRecord _sr, boolean _taskRemoved, int _id, Intent _intent, in StartItem() method in ServiceRecord.StartItem 185 proto.write(ServiceRecordProto.StartItem.ID, id); in writeToProto() 187 ServiceRecordProto.StartItem.DURATION, deliveredTime, now); in writeToProto() 188 proto.write(ServiceRecordProto.StartItem.DELIVERY_COUNT, deliveryCount); in writeToProto() 189 proto.write(ServiceRecordProto.StartItem.DONE_EXECUTING_COUNT, doneExecutingCount); in writeToProto() 191 intent.writeToProto(proto, ServiceRecordProto.StartItem.INTENT, true, true, in writeToProto() 195 neededGrants.writeToProto(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS); in writeToProto() 198 uriPermissions.writeToProto(proto, ServiceRecordProto.StartItem.URI_PERMISSIONS); in writeToProto() 218 final ArrayList<StartItem> deliveredStarts = new ArrayList<StartItem>(); [all …]
|
D | ActiveServices.java | 557 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in startServiceLocked() 875 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in stopServiceTokenLocked() 878 ServiceRecord.StartItem cur = r.deliveredStarts.remove(0); in stopServiceTokenLocked() 2359 ServiceRecord.StartItem si = r.deliveredStarts.get(i); in scheduleServiceRestartLocked() 2740 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in realStartServiceLocked() 2773 ServiceRecord.StartItem si = r.pendingStarts.remove(0); in sendServiceArgsLocked() 3208 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in serviceDoneExecutingLocked() 3507 sr.pendingStarts.add(new ServiceRecord.StartItem(sr, true, in cleanUpServices()
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 550 message StartItem { message 561 repeated StartItem delivered_starts = 23; 562 repeated StartItem pending_starts = 24;
|
/frameworks/base/services/ |
D | art-profile | 3638 HSPLcom/android/server/am/ServiceRecord$StartItem;-><init>(Lcom/android/server/am/ServiceRecord;ZIL… 3639 PLcom/android/server/am/ServiceRecord$StartItem;->getUriPermissionsLocked()Lcom/android/server/uri/… 3640 HSPLcom/android/server/am/ServiceRecord$StartItem;->removeUriPermissionsLocked()V 3644 …id/server/am/ServiceRecord;->findDeliveredStart(IZZ)Lcom/android/server/am/ServiceRecord$StartItem; 18706 Lcom/android/server/am/ServiceRecord$StartItem;
|