Searched refs:apiName (Results 1 – 4 of 4) sorted by relevance
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ApiCoverageExcludedEntity.java | 64 @Index @Getter @Setter private String apiName; field in ApiCoverageExcludedEntity 77 String apiName, in ApiCoverageExcludedEntity() argument 82 this.apiName = apiName; in ApiCoverageExcludedEntity() 114 + this.apiName; in getObjectifyId()
|
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | ApiCoverageExcludedEntityTest.java | 34 String apiName = "createTestPatch"; in saveTest() local 38 packageName, version, "IDevice", apiName, "not testable"); in saveTest() 42 assertEquals(apiCoverageExcludedEntity.getApiName(), apiName); in saveTest() local
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_plan_run.jsp | 72 $.map( data.halApi, function( apiName, idx ) { 73 … var colorClass = data.coveredHalApi.indexOf(apiName) > -1 ? "green" : "red" 74 … return '<li class="collection-item ' + colorClass + ' lighten-1">' + apiName + '</li>';
|
D | show_tree.jsp | 102 $.map( data.halApi, function( apiName, idx ) { 103 … var colorClass = data.coveredHalApi.indexOf(apiName) > -1 ? "green" : "red" 104 … return '<li class="collection-item ' + colorClass + ' lighten-1">' + apiName + '</li>';
|