Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java220 String profilingPointKeyString = request.getParameter(PROFILING_POINT_KEY); in doPost() local
224 profilingPointRunKey = KeyFactory.stringToKey(profilingPointKeyString); in doPost()
226 logger.log(Level.WARNING, "Invalid key specified: " + profilingPointKeyString); in doPost()