Searched refs:mModelList (Results 1 – 1 of 1) sorted by relevance
41 private final List<ModelData> mModelList = new ArrayList<>(); field in SoundTriggerDuplicateModelHandler100 mModelList.add(new ModelData(result, soundModel.uuid)); in loadSoundModel()110 mModelList.add(new ModelData(result, soundModel.common.uuid)); in loadPhraseSoundModel()118 for (int i = 0; i < mModelList.size(); i++) { in unloadSoundModel()119 if (mModelList.get(i).getModelId() == modelHandle) { in unloadSoundModel()120 var modelData = mModelList.remove(i); in unloadSoundModel()199 var model = mModelList.stream().filter(x -> x.getUuid().equals(uuid)).findFirst(); in checkDuplicateModelUuid()