Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGenericDocument.java326 @NonNull String path, @NonNull Bundle documentBundle) { in getRawPropertyFromRawDocument() argument
328 Objects.requireNonNull(documentBundle); in getRawPropertyFromRawDocument()
329 Bundle properties = Objects.requireNonNull(documentBundle.getBundle(PROPERTIES_FIELD)); in getRawPropertyFromRawDocument()