Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DSearchSpec.java285 Bundle typePropertyPathsBundle = mBundle.getBundle(PROJECTION_TYPE_PROPERTY_PATHS_FIELD); in getProjections() local
286 Set<String> schemas = typePropertyPathsBundle.keySet(); in getProjections()
289 typePropertyPathsMap.put(schema, typePropertyPathsBundle.getStringArrayList(schema)); in getProjections()