Searched refs:addModel (Results 1 – 4 of 4) sorted by relevance
61 void addModel(UUID modelUuid, String state); in addModel() method194 mUserActivity.addModel(entry.getKey(), entry.getValue().name); in setUserActivity()522 mUserActivity.addModel(modelInfo.modelUuid, modelInfo.name); in createModelInfo()
121 public void addModel(UUID modelUuid, String name) { in addModel() method in SoundTriggerTestActivity
2087 uint32_t sourceModelIndex = plan->getSourceModels().addModel(this); in partitionTheWork()2227 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()2228 uint32_t elseModelIndex = sourceModels->addModel(elseModel); in partitionTheWorkInternal()2284 uint32_t condModelIndex = sourceModels->addModel(condModel); in partitionTheWorkInternal()2285 uint32_t bodyModelIndex = sourceModels->addModel(bodyModel); in partitionTheWorkInternal()
104 uint32_t addModel(const ModelBuilder* model) { in addModel() function