Searched refs:StartItem (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 149 static class StartItem { class in ServiceRecord 163 StartItem(ServiceRecord _sr, boolean _taskRemoved, int _id, Intent _intent, in StartItem() method in ServiceRecord.StartItem 189 proto.write(ServiceRecordProto.StartItem.ID, id); in dumpDebug() 191 ServiceRecordProto.StartItem.DURATION, deliveredTime, now); in dumpDebug() 192 proto.write(ServiceRecordProto.StartItem.DELIVERY_COUNT, deliveryCount); in dumpDebug() 193 proto.write(ServiceRecordProto.StartItem.DONE_EXECUTING_COUNT, doneExecutingCount); in dumpDebug() 195 intent.dumpDebug(proto, ServiceRecordProto.StartItem.INTENT, true, true, in dumpDebug() 199 neededGrants.dumpDebug(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS); in dumpDebug() 202 uriPermissions.dumpDebug(proto, ServiceRecordProto.StartItem.URI_PERMISSIONS); in dumpDebug() 222 final ArrayList<StartItem> deliveredStarts = new ArrayList<StartItem>(); [all …]
|
D | ActiveServices.java | 612 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in startServiceLocked() 938 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in stopServiceTokenLocked() 941 ServiceRecord.StartItem cur = r.deliveredStarts.remove(0); in stopServiceTokenLocked() 2686 ServiceRecord.StartItem si = r.deliveredStarts.get(i); in scheduleServiceRestartLocked() 3081 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in realStartServiceLocked() 3114 ServiceRecord.StartItem si = r.pendingStarts.remove(0); in sendServiceArgsLocked() 3559 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in serviceDoneExecutingLocked() 3858 sr.pendingStarts.add(new ServiceRecord.StartItem(sr, true, in cleanUpServices()
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 480 message StartItem { message 491 repeated StartItem delivered_starts = 23; 492 repeated StartItem pending_starts = 24;
|
/frameworks/base/services/ |
D | art-profile | 7698 HSPLcom/android/server/am/ServiceRecord$StartItem;-><init>(Lcom/android/server/am/ServiceRecord;ZIL… 7699 HPLcom/android/server/am/ServiceRecord$StartItem;->dumpDebug(Landroid/util/proto/ProtoOutputStream;… 7700 PLcom/android/server/am/ServiceRecord$StartItem;->removeUriPermissionsLocked()V 7701 PLcom/android/server/am/ServiceRecord$StartItem;->toString()Ljava/lang/String; 7710 …id/server/am/ServiceRecord;->findDeliveredStart(IZZ)Lcom/android/server/am/ServiceRecord$StartItem; 41632 Lcom/android/server/am/ServiceRecord$StartItem;
|