Searched refs:StartItem (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 199 static class StartItem { class in ServiceRecord 213 StartItem(ServiceRecord _sr, boolean _taskRemoved, int _id, Intent _intent, in StartItem() method in ServiceRecord.StartItem 239 proto.write(ServiceRecordProto.StartItem.ID, id); in dumpDebug() 241 ServiceRecordProto.StartItem.DURATION, deliveredTime, now); in dumpDebug() 242 proto.write(ServiceRecordProto.StartItem.DELIVERY_COUNT, deliveryCount); in dumpDebug() 243 proto.write(ServiceRecordProto.StartItem.DONE_EXECUTING_COUNT, doneExecutingCount); in dumpDebug() 245 intent.dumpDebug(proto, ServiceRecordProto.StartItem.INTENT, true, true, in dumpDebug() 249 neededGrants.dumpDebug(proto, ServiceRecordProto.StartItem.NEEDED_GRANTS); in dumpDebug() 252 uriPermissions.dumpDebug(proto, ServiceRecordProto.StartItem.URI_PERMISSIONS); in dumpDebug() 272 final ArrayList<StartItem> deliveredStarts = new ArrayList<StartItem>(); [all …]
|
D | ActiveServices.java | 805 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in startServiceInnerLocked() 1299 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in stopServiceTokenLocked() 1302 ServiceRecord.StartItem cur = r.deliveredStarts.remove(0); in stopServiceTokenLocked() 3501 ServiceRecord.StartItem si = r.deliveredStarts.get(i); in scheduleServiceRestartLocked() 3989 r.pendingStarts.add(new ServiceRecord.StartItem(r, false, r.makeNextStartId(), in realStartServiceLocked() 4022 ServiceRecord.StartItem si = r.pendingStarts.remove(0); in sendServiceArgsLocked() 4513 ServiceRecord.StartItem si = r.findDeliveredStart(startId, false, false); in serviceDoneExecutingLocked() 4839 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 | 5987 …alService;]Lcom/android/server/am/ServiceRecord$StartItem;Lcom/android/server/am/ServiceRecord$Sta… 5989 …essRecord;]Lcom/android/server/am/ServiceRecord$StartItem;Lcom/android/server/am/ServiceRecord$Sta… 6015 …onentName;]Lcom/android/server/am/ServiceRecord$StartItem;Lcom/android/server/am/ServiceRecord$Sta… 9107 HSPLcom/android/server/am/ServiceRecord$StartItem;-><init>(Lcom/android/server/am/ServiceRecord;ZIL… 9108 PLcom/android/server/am/ServiceRecord$StartItem;->dumpDebug(Landroid/util/proto/ProtoOutputStream;J… 9109 HPLcom/android/server/am/ServiceRecord$StartItem;->getUriPermissionsLocked()Lcom/android/server/uri… 9110 HPLcom/android/server/am/ServiceRecord$StartItem;->removeUriPermissionsLocked()V+]Lcom/android/serv… 9111 HPLcom/android/server/am/ServiceRecord$StartItem;->toString()Ljava/lang/String; 9117 …Locked()V+]Lcom/android/server/am/ServiceRecord$StartItem;Lcom/android/server/am/ServiceRecord$Sta… 9119 …essRecord;]Lcom/android/server/am/ServiceRecord$StartItem;Lcom/android/server/am/ServiceRecord$Sta… [all …]
|