Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java277 SchemaProto schemaProto = getSchemaProtoLocked(); in AppSearchImpl() local
306 List<SchemaTypeConfigProto> schemaProtoTypesList = schemaProto.getTypesList(); in AppSearchImpl()
2066 GetSchemaResultProto schemaProto = mIcingSearchEngineLocked.getSchema(); in getSchemaProtoLocked() local
2067 mLogUtil.piiTrace("getSchema, response", schemaProto.getStatus(), schemaProto); in getSchemaProtoLocked()
2070 checkCodeOneOf(schemaProto.getStatus(), StatusProto.Code.OK, StatusProto.Code.NOT_FOUND); in getSchemaProtoLocked()
2071 return schemaProto.getSchema(); in getSchemaProtoLocked()