Home
last modified time | relevance | path

Searched refs:serviceRecord (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java394 ServiceRecord serviceRecord) { in handleProcessServiceStart() argument
407 start.setReason(serviceRecord.permission != null in handleProcessServiceStart()
408 && serviceRecord.permission.contains("android.permission.BIND_JOB_SERVICE") in handleProcessServiceStart()
411 if (serviceRecord.intent != null) { in handleProcessServiceStart()
412 start.setIntent(serviceRecord.intent.getIntent()); in handleProcessServiceStart()
DActiveServices.java7618 ServiceRecord serviceRecord = servicesByName.valueAt(j); in updateServiceApplicationInfoLocked() local
7619 if (applicationInfo.packageName.equals(serviceRecord.appInfo.packageName)) { in updateServiceApplicationInfoLocked()
7620 serviceRecord.appInfo = applicationInfo; in updateServiceApplicationInfoLocked()
7621 serviceRecord.serviceInfo.applicationInfo = applicationInfo; in updateServiceApplicationInfoLocked()
7627 void serviceForegroundCrash(ProcessRecord app, String serviceRecord, in serviceForegroundCrash() argument
7632 + serviceRecord, false /*force*/, in serviceForegroundCrash()
9339 private boolean wasStopped(ServiceRecord serviceRecord) { in wasStopped() argument
9340 return (serviceRecord.appInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0; in wasStopped()