Searched refs:StartItem (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 504 static class StartItem { class in ServiceRecord 521 StartItem(ServiceRecord _sr, boolean _taskRemoved, int _id, in StartItem() method in ServiceRecord.StartItem 552 proto.write(ServiceRecordProto.StartItem.ID, id); in dumpDebug() 554 ServiceRecordProto.StartItem.DURATION, deliveredTime, now); in dumpDebug() 555 proto.write(ServiceRecordProto.StartItem.DELIVERY_COUNT, deliveryCount); in dumpDebug() 556 proto.write(ServiceRecordProto.StartItem.DONE_EXECUTING_COUNT, doneExecutingCount); in dumpDebug() 558 intent.dumpDebug(proto, ServiceRecordProto.StartItem.INTENT, true, true, in dumpDebug() 562 neededGrants.dumpDebug(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS); in dumpDebug() 565 uriPermissions.dumpDebug(proto, ServiceRecordProto.StartItem.URI_PERMISSIONS); in dumpDebug() 585 final ArrayList<StartItem> deliveredStarts = new ArrayList<StartItem>(); [all …]
|
D | ActiveServices.java | 741 final ServiceRecord.StartItem si = r.pendingStarts.get(0); in rescheduleDelayedStartsLocked() 1195 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in startServiceInnerLocked() 1784 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in stopServiceTokenLocked() 1787 ServiceRecord.StartItem cur = r.deliveredStarts.remove(0); in stopServiceTokenLocked() 5286 ServiceRecord.StartItem si = r.deliveredStarts.get(i); in scheduleServiceRestartLocked() 6114 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in realStartServiceLocked() 6147 ServiceRecord.StartItem si = r.pendingStarts.remove(0); in sendServiceArgsLocked() 6717 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in serviceDoneExecutingLocked() 7141 sr.pendingStarts.add(new ServiceRecord.StartItem(sr, true, in cleanUpServices()
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 490 message StartItem { message 501 repeated StartItem delivered_starts = 23; 502 repeated StartItem pending_starts = 24;
|
/frameworks/base/services/ |
D | art-profile | 325 …essRecord;]Lcom/android/server/am/ServiceRecord$StartItem;Lcom/android/server/am/ServiceRecord$Sta… 342 …$Injector;]Lcom/android/server/am/ServiceRecord$StartItem;Lcom/android/server/am/ServiceRecord$Sta… 1085 HSPLcom/android/server/am/ServiceRecord$StartItem;-><init>(Lcom/android/server/am/ServiceRecord;ZIL… 1088 …Locked()V+]Lcom/android/server/am/ServiceRecord$StartItem;Lcom/android/server/am/ServiceRecord$Sta… 1089 …iceRecord;->findDeliveredStart(IZZ)Lcom/android/server/am/ServiceRecord$StartItem;+]Ljava/util/Arr…
|
D | art-wear-profile | 7092 HPLcom/android/server/am/ServiceRecord$StartItem;-><init>(Lcom/android/server/am/ServiceRecord;ZILa… 7093 PLcom/android/server/am/ServiceRecord$StartItem;->removeUriPermissionsLocked()V 7105 …id/server/am/ServiceRecord;->findDeliveredStart(IZZ)Lcom/android/server/am/ServiceRecord$StartItem;
|