Home
last modified time | relevance | path

Searched refs:getAllBranches (Results 1 – 7 of 7) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTestAcknowledgmentServlet.java69 request.setAttribute("branches", new Gson().toJson(DatastoreHelper.getAllBranches())); in doGetHandler()
DShowProfilingOverviewServlet.java188 request.setAttribute("branches", new Gson().toJson(DatastoreHelper.getAllBranches())); in doGetHandler()
DShowTableServlet.java224 request.setAttribute("branches", new Gson().toJson(DatastoreHelper.getAllBranches())); in doGetHandler()
DShowTreeServlet.java319 request.setAttribute("branches", new Gson().toJson(DatastoreHelper.getAllBranches())); in doGetHandler()
DShowPlanReleaseServlet.java305 request.setAttribute("branches", new Gson().toJson(DatastoreHelper.getAllBranches())); in getTestPlanDispatcher()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java147 public static List<String> getAllBranches() { in getAllBranches() method in DeviceInfoEntity
/test/vti/dashboard/src/main/java/com/android/vts/util/
DDatastoreHelper.java145 public static List<String> getAllBranches() { in getAllBranches() method in DatastoreHelper