Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java90 String resultMsg = ""; in doPost() local
113 resultMsg = "Success!!"; in doPost()
117 resultMsg = "Your SERVICE_CLIENT_ID is incorrect!"; in doPost()
122 resultMsg = "Your message do not have access token!"; in doPost()
127 response.getWriter().write("{'result_msg': " + resultMsg + "}"); in doPost()