Searched refs:mRunningJob (Results 1 – 1 of 1) sorted by relevance
190 private JobStatus mRunningJob; field in JobServiceContext346 mRunningJob = job; in executeRunnableJob()459 mRunningJob = null; in executeRunnableJob()605 return mRunningJob; in getRunningJobLocked()617 return mRunningJob != null ? mRunningJob.toShortString() : "<null>"; in getRunningJobNameLocked()680 if (newNetwork != null && mRunningJob != null && !canGetNetworkInformation(mRunningJob)) { in informOfNetworkChangeLocked()1192 mPreferredUid = mRunningJob != null ? mRunningJob.getUid() : NO_PREFERRED_UID; in doCancelLocked()1475 mRunningJob.serviceProcessName, mRunningJob.getUid(), in onSlowAppResponseLocked()1577 mBatteryStats.noteJobFinish(mRunningJob.getBatteryName(), mRunningJob.getSourceUid(), in closeAndCleanupJobLocked()1584 mRunningJob.getSourceUserId(), mRunningJob.getSourcePackageName(), in closeAndCleanupJobLocked()[all …]