Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DApiCoverageExcludedEntity.java64 @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/
DApiCoverageExcludedEntityTest.java34 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/
Dshow_plan_run.jsp72 $.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>';
Dshow_tree.jsp102 $.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>';