Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DPropertyPath.java140 int endBracketIdx = path.indexOf(']', controlPos); in consumePropertyWithIndex() local
141 if (endBracketIdx == -1) { in consumePropertyWithIndex()
144 if (endBracketIdx + 1 < path.length() && path.charAt(endBracketIdx + 1) != '.') { in consumePropertyWithIndex()
147 String indexStr = path.substring(controlPos + 1, endBracketIdx); in consumePropertyWithIndex()
160 if (endBracketIdx + 1 < path.length()) { in consumePropertyWithIndex()
162 return path.substring(endBracketIdx + 2); in consumePropertyWithIndex()