Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGenericDocument.java360 String remainingPath; in getRawPropertyFromRawDocument() local
363 remainingPath = path.substring(controlIdx + 1); in getRawPropertyFromRawDocument()
382 remainingPath = path.substring(endBracketIdx + 2); in getRawPropertyFromRawDocument()
385 remainingPath = null; in getRawPropertyFromRawDocument()
431 if (firstElementValue == null || remainingPath == null) { in getRawPropertyFromRawDocument()
437 return getRawPropertyFromRawDocument(remainingPath, (Bundle) firstElementValue); in getRawPropertyFromRawDocument()
441 return getRawPropertyFromRawDocument(remainingPath, (Bundle) parcelables[0]); in getRawPropertyFromRawDocument()
470 getRawPropertyFromRawDocument(remainingPath, (Bundle) parcelables[i]); in getRawPropertyFromRawDocument()