Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DCellLayoutTestCaseReader.java98 String typeWithColons = line.trim().split(" ")[0].trim(); in getStateFromLine() local
99 String type = typeWithColons.substring(0, typeWithColons.length() - 1); in getStateFromLine()
104 "The given tag " + typeWithColons + " doesn't match with the existing tags"); in getStateFromLine()