Home
last modified time | relevance | path

Searched refs:sourceTag (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
DJobStatus.java84 final String sourceTag; field in JobStatus
148 this.sourceTag = null; in JobStatus()
153 this.sourceTag = tag; in JobStatus()
156 this.batteryName = this.sourceTag != null in JobStatus()
157 ? this.sourceTag + ":" + job.getService().getPackageName() in JobStatus()
209 String sourceTag, long earliestRunTimeElapsedMillis, long latestRunTimeElapsedMillis) { in JobStatus() argument
210 this(job, callingUid, sourcePackageName, sourceUserId, sourceTag, 0, in JobStatus()
286 return sourceTag; in getSourceTag()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphReader.java295 String sourceTag = attributes.getValue("source"); in addConnectCommand() local
296 if (sourceTag != null) { in addConnectCommand()
297 String[] sourceParts = sourceTag.split(":"); in addConnectCommand()
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java560 final String sourceTag = parser.getAttributeValue(null, "sourceTag"); in restoreJobFromXml() local
688 jobBuilder.build(), uid, sourcePackageName, sourceUserId, sourceTag, in restoreJobFromXml()