Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java205 com.googlecode.objectify.Key<ProfilingPointRunEntity> profilingPointRunEntityKey = null; in saveMultiRow() local
219 profilingPointRunEntityKey = ofy().save().entity(this).now(); in saveMultiRow()
222 return profilingPointRunEntityKey; in saveMultiRow()