Searched refs:sourceTag (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | ServiceBinder.java | 378 private void logServiceDisconnected(String sourceTag) { in logServiceDisconnected() argument 379 Log.i(this, "Service unbound %s, from %s.", mComponentName, sourceTag); in logServiceDisconnected()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GraphReader.java | 295 String sourceTag = attributes.getValue("source"); in addConnectCommand() local 296 if (sourceTag != null) { in addConnectCommand() 297 String[] sourceParts = sourceTag.split(":"); in addConnectCommand()
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | JobStatus.java | 193 final String sourceTag; field in JobStatus 478 this.sourceTag = null; in JobStatus() 483 this.sourceTag = tag; in JobStatus() 486 this.batteryName = this.sourceTag != null in JobStatus() 487 ? this.sourceTag + ":" + job.getService().getPackageName() in JobStatus() 581 int standbyBucket, String sourceTag, in JobStatus() argument 588 sourceTag, 0, in JobStatus() 898 return sourceTag; in getSourceTag()
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobStore.java | 848 final String sourceTag = parser.getAttributeValue(null, "sourceTag"); in restoreJobFromXml() local 998 appBucket, sourceTag, in restoreJobFromXml()
|