Searched defs:ServiceRecord (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java59 final class ServiceRecord extends Binder implements ComponentName.WithComponentName { class in inherits:Binder,ComponentName.WithComponentName
60 private static final String TAG = TAG_WITH_CLASS_NAME ? "ServiceRecord" : TAG_AM;
127 final ServiceRecord sr;
140 StartItem(ServiceRecord _sr, boolean _taskRemoved, int _id, Intent _intent,
189 sb.append("ServiceRecord{")
447 ServiceRecord(ActivityManagerService ams, method in class:ServiceRecord
685 ams.setServiceForeground(name, ServiceRecord.this,
754 sb.append("ServiceRecord{")

Completed in 9 milliseconds