Searched refs:getAllPrefixedSchemaTypes (Results 1 – 5 of 5) sorted by relevance
54 List<String> allPrefixedSchemaTypes = appSearchImpl.getAllPrefixedSchemaTypes(); in getVisibilityDocumentsInVersion1()
266 List<String> cachedSchemaTypes = mAppSearchImpl.getAllPrefixedSchemaTypes(); in loadVisibilityConfigMap()
86 public List<String> getAllPrefixedSchemaTypes() { in getAllPrefixedSchemaTypes() method in SchemaCache
2868 public List<String> getAllPrefixedSchemaTypes() { in getAllPrefixedSchemaTypes() method in AppSearchImpl2871 return mSchemaCacheLocked.getAllPrefixedSchemaTypes(); in getAllPrefixedSchemaTypes()
2770 assertThat(mAppSearchImpl.getAllPrefixedSchemaTypes()) in testGetAllPrefixedSchemaTypes()