Searched refs:remainingPath (Results 1 – 1 of 1) sorted by relevance
360 String remainingPath; in getRawPropertyFromRawDocument() local363 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()