Searched defs:branch (Results 1 – 3 of 3) sorted by relevance
| /test/vts/utils/python/build/api/ |
| D | artifact_fetcher.py | 100 def GetArtifact(self, branch, build_target, build_id, resource_id, argument 135 def GetManifest(self, branch, build_target, build_id, attempt_id=None): argument 152 def GetRepoDictionary(self, branch, build_target, build_id, attempt_id=None): argument 174 def GetCoverage(self, branch, build_target, build_id, product, argument
|
| /test/vts/web/dashboard/src/main/java/com/android/vts/entity/ |
| D | DeviceInfoEntity.java | 42 public final String branch; field in DeviceInfoEntity 60 public DeviceInfoEntity(Key parentKey, String branch, String product, String buildFlavor, in DeviceInfoEntity() 99 String branch = (String) e.getProperty(BRANCH); in fromEntity() local 127 String branch = device.getBuildAlias().toStringUtf8(); in fromDeviceInfoMessage() local
|
| /test/vts/proto/ |
| D | VtsReportMessage.proto | 77 optional bytes branch = 21; field 108 optional bytes branch = 13; field
|