Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGenericDocument.java250 Object rawValue = getRawPropertyFromRawDocument(path, mBundle); in getProperty()
325 private static Object getRawPropertyFromRawDocument( in getRawPropertyFromRawDocument() method in GenericDocument
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()