Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DBranchEntity.java77 String nextBranchName = branchName.substring(0, lastPosition) + nextChar; in getByBranch() local
79 com.googlecode.objectify.Key.create(BranchEntity.class, nextBranchName); in getByBranch()