Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DPropertyPath.java147 String indexStr = path.substring(controlPos + 1, endBracketIdx); in consumePropertyWithIndex() local
150 index = Integer.parseInt(indexStr); in consumePropertyWithIndex()
153 "Malformed path (\"" + indexStr + "\" as path index)"); in consumePropertyWithIndex()