Home
last modified time | relevance | path

Searched refs:shortInstanceName (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppBindRecord.java65 + " " + service.shortInstanceName + ":" + client.processName + "}"; in toString()
70 proto.write(AppBindRecordProto.SERVICE_NAME, service.shortInstanceName); in dumpDebug()
DConnectionRecord.java177 + binding.service.shortInstanceName + ": proc=" + binding.service.app); in startAssociationIfNeeded()
180 + binding.service.shortInstanceName + ": proc=" + binding.service.app); in startAssociationIfNeeded()
279 sb.append(binding.service.shortInstanceName); in toString()
301 proto.write(ConnectionRecordProto.SERVICE_NAME, binding.service.shortInstanceName); in dumpDebug()
DActiveServices.java1021 Slog.d(TAG, "Forcing bg-only service start only for " + r.shortInstanceName in startServiceLocked()
1032 + r.shortInstanceName; in startServiceLocked()
1062 + service + " to " + r.shortInstanceName in startServiceLocked()
1082 + service + " to " + r.shortInstanceName in startServiceLocked()
1693 String compName = service.shortInstanceName; in stopInBackgroundLocked()
2266 + r.shortInstanceName); in setServiceForegroundInnerLocked()
2280 + r.shortInstanceName); in setServiceForegroundInnerLocked()
2541 + r.shortInstanceName); in setServiceForegroundInnerLocked()
2550 + r.shortInstanceName in setServiceForegroundInnerLocked()
4394 Slog.w(TAG, "Failure sending service " + s.shortInstanceName in bindServiceLocked()
[all …]
DIntentBindRecord.java102 sb.append(service.shortInstanceName); in toString()
DServiceRecord.java121 final String shortInstanceName; // instanceName.flattenToShortString(). field in ServiceRecord
577 .append(' ').append(sr.shortInstanceName) in toString()
789 proto.write(ServiceRecordProto.SHORT_NAME, this.shortInstanceName); in dumpDebug()
1112 shortInstanceName = null; in ServiceRecord()
1150 shortInstanceName = instanceName.flattenToShortString(); in ServiceRecord()
1614 + shortInstanceName in postNotification()
1782 .append(' ').append(shortInstanceName); in toString()
DForegroundServiceTypeLoggerModule.java508 r.shortInstanceName, in logFgsApiEvent()
/frameworks/base/core/java/com/android/internal/os/
DTimeoutRecord.java159 public static TimeoutRecord forServiceExec(@NonNull String shortInstanceName, in forServiceExec() argument
162 "executing service " + shortInstanceName + ", waited " in forServiceExec()