Searched refs:shortInstanceName (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppBindRecord.java | 62 + " " + service.shortInstanceName + ":" + client.processName + "}"; in toString() 67 proto.write(AppBindRecordProto.SERVICE_NAME, service.shortInstanceName); in writeToProto()
|
D | ConnectionRecord.java | 135 + binding.service.shortInstanceName + ": proc=" + binding.service.app); in startAssociationIfNeeded() 138 + binding.service.shortInstanceName + ": proc=" + binding.service.app); in startAssociationIfNeeded() 228 sb.append(binding.service.shortInstanceName); in toString() 249 proto.write(ConnectionRecordProto.SERVICE_NAME, binding.service.shortInstanceName); in writeToProto()
|
D | ActiveServices.java | 458 Slog.d(TAG, "Forcing bg-only service start only for " + r.shortInstanceName in startServiceLocked() 478 + service + " to " + r.shortInstanceName in startServiceLocked() 498 + service + " to " + r.shortInstanceName in startServiceLocked() 799 String compName = service.shortInstanceName; in stopInBackgroundLocked() 1314 + r.shortInstanceName); in setServiceForegroundInnerLocked() 1328 + r.shortInstanceName); in setServiceForegroundInnerLocked() 1384 r.appInfo.uid, r.shortInstanceName, in setServiceForegroundInnerLocked() 1434 r.appInfo.uid, r.shortInstanceName, in setServiceForegroundInnerLocked() 1821 Slog.w(TAG, "Failure sending service " + s.shortInstanceName in bindServiceLocked() 1876 Slog.w(TAG, "Failure sending service " + r.shortInstanceName in publishServiceLocked() [all …]
|
D | ServiceRecord.java | 74 final String shortInstanceName; // instanceName.flattenToShortString(). field in ServiceRecord 210 .append(' ').append(sr.shortInstanceName) in toString() 255 proto.write(ServiceRecordProto.SHORT_NAME, this.shortInstanceName); in writeToProto() 488 shortInstanceName = instanceName.flattenToShortString(); in ServiceRecord() 817 + shortInstanceName in postNotification() 970 .append(' ').append(shortInstanceName).append('}'); in toString()
|
D | IntentBindRecord.java | 102 sb.append(service.shortInstanceName); in toString()
|