HomeSort by relevance Sort by last modified time
    Searched refs:sourceTag (Results 1 - 6 of 6) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
ServiceBinder.java 343 * @param sourceTag Tag to disambiguate
345 private void logServiceDisconnected(String sourceTag) {
346 Log.i(this, "Service unbound %s, from %s.", mComponentName, sourceTag);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 295 String sourceTag = attributes.getValue("source");
296 if (sourceTag != null) {
297 String[] sourceParts = sourceTag.split(":");
  /frameworks/base/services/core/java/com/android/server/job/controllers/
JobStatus.java 113 final String sourceTag;
321 this.sourceTag = null;
326 this.sourceTag = tag;
329 this.batteryName = this.sourceTag != null
330 ? this.sourceTag + ":" + job.getService().getPackageName()
395 int standbyBucket, long baseHeartbeat, String sourceTag,
402 sourceTag, 0,
666 return sourceTag;
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobStore.java 430 out.attribute(null, "sourceTag", jobStatus.getSourceTag());
738 final String sourceTag = parser.getAttributeValue(null, "sourceTag");
    [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 

Completed in 106 milliseconds