Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBindRecord.java65 + " " + service.shortInstanceName + ":" + client.processName + "}"; in toString()
70 proto.write(AppBindRecordProto.SERVICE_NAME, service.shortInstanceName); in dumpDebug()
H A DConnectionRecord.java161 + binding.service.shortInstanceName + ": proc=" + binding.service.app); in startAssociationIfNeeded()
164 + binding.service.shortInstanceName + ": proc=" + binding.service.app); in startAssociationIfNeeded()
263 sb.append(binding.service.shortInstanceName); in toString()
285 proto.write(ConnectionRecordProto.SERVICE_NAME, binding.service.shortInstanceName); in dumpDebug()
H A DActivityManagerUtils.java135 public static int hashComponentNameForAtom(String shortInstanceName) { in hashComponentNameForAtom() argument
136 return getUnsignedHashUnCached(shortInstanceName) ^ getAndroidIdHash(); in hashComponentNameForAtom()
H A DActiveServices.java905 + r.shortInstanceName; in startServiceLocked()
2103 + r.shortInstanceName); in setServiceForegroundInnerLocked()
2117 + r.shortInstanceName); in setServiceForegroundInnerLocked()
2320 + r.shortInstanceName in setServiceForegroundInnerLocked()
4544 + why + " of " + r.shortInstanceName); in bumpServiceExecutingLocked()
4692 + r.shortInstanceName); in scheduleServiceRestartLocked()
5386 : r.shortInstanceName; in realStartServiceLocked()
6204 + sr.shortInstanceName, e); in attachApplicationLocked()
7465 pw.print(r.shortInstanceName); pw.print(" "); in dumpService()
8227 r.shortInstanceName, in logFGSStateChangeLocked()
[all …]
H A DServiceRecord.java87 final String shortInstanceName; // instanceName.flattenToShortString(). field in ServiceRecord
434 .append(' ').append(sr.shortInstanceName) in toString()
566 proto.write(ServiceRecordProto.SHORT_NAME, this.shortInstanceName); in dumpDebug()
864 shortInstanceName = null; in ServiceRecord()
902 shortInstanceName = instanceName.flattenToShortString(); in ServiceRecord()
1366 + shortInstanceName in postNotification()
1534 .append(' ').append(shortInstanceName).append('}'); in toString()
H A DIntentBindRecord.java102 sb.append(service.shortInstanceName); in toString()
H A DForegroundServiceTypeLoggerModule.java497 r.shortInstanceName, in logFgsApiEvent()
510 ActivityManagerUtils.hashComponentNameForAtom(r.shortInstanceName), in logFgsApiEvent()