Searched refs:serviceRecord (Results 1 – 2 of 2) sorted by relevance
394 ServiceRecord serviceRecord) { in handleProcessServiceStart() argument407 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()
7618 ServiceRecord serviceRecord = servicesByName.valueAt(j); in updateServiceApplicationInfoLocked() local7619 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() argument7632 + serviceRecord, false /*force*/, in serviceForegroundCrash()9339 private boolean wasStopped(ServiceRecord serviceRecord) { in wasStopped() argument9340 return (serviceRecord.appInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0; in wasStopped()