Home
last modified time | relevance | path

Searched refs:halInterfaceName (Results 1 – 4 of 4) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DApiCoverageEntity.java62 @Index @Getter @Setter String halInterfaceName; field in ApiCoverageEntity
79 String halInterfaceName, in ApiCoverageEntity() argument
88 this.halInterfaceName = halInterfaceName; in ApiCoverageEntity()
100 String halInterfaceName, in ApiCoverageEntity() argument
109 this.halInterfaceName = halInterfaceName; in ApiCoverageEntity()
145 public static List<ApiCoverageEntity> getByInterfaceNameList(String halInterfaceName) { in getByInterfaceNameList() argument
148 .filter("halInterfaceName", halInterfaceName) in getByInterfaceNameList()
DHalApiEntity.java65 @Index @Getter @Setter String halInterfaceName; field in HalApiEntity
83 String halInterfaceName, in HalApiEntity() argument
94 this.halInterfaceName = halInterfaceName; in HalApiEntity()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_run.jsp60 … var defaultInfo = data.halPackageName + '@' + version + '::' + data.halInterfaceName;
Dshow_tree.jsp96 … var defaultInfo = data.halPackageName + '@' + version + '::' + data.halInterfaceName;