Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java762 SetSchemaResultProto setSchemaResultProto = in doSetSchemaNoChangeNotificationLocked() local
765 TAG, "setSchema, response", setSchemaResultProto.getStatus(), setSchemaResultProto); in doSetSchemaNoChangeNotificationLocked()
771 .setStatusCode(statusProtoToResultCode(setSchemaResultProto.getStatus())); in doSetSchemaNoChangeNotificationLocked()
772 AppSearchLoggerHelper.copyNativeStats(setSchemaResultProto, setSchemaStatsBuilder); in doSetSchemaNoChangeNotificationLocked()
776 setSchemaResultProto.getStatus().getCode() == StatusProto.Code.FAILED_PRECONDITION; in doSetSchemaNoChangeNotificationLocked()
779 checkSuccess(setSchemaResultProto.getStatus()); in doSetSchemaNoChangeNotificationLocked()
783 int deletedTypes = setSchemaResultProto.getDeletedSchemaTypesCount(); in doSetSchemaNoChangeNotificationLocked()
784 int incompatibleTypes = setSchemaResultProto.getIncompatibleSchemaTypesCount(); in doSetSchemaNoChangeNotificationLocked()
789 setSchemaResultProto, prefix); in doSetSchemaNoChangeNotificationLocked()
862 setSchemaResultProto, prefix)); in doSetSchemaNoChangeNotificationLocked()
[all …]
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java347 SetSchemaResultProto setSchemaResultProto = in testAppSearchLoggerHelper_testCopyNativeStats_setSchema() local
357 AppSearchLoggerHelper.copyNativeStats(setSchemaResultProto, sBuilder); in testAppSearchLoggerHelper_testCopyNativeStats_setSchema()