Searched refs:modelFile (Results 1 – 1 of 1) sorted by relevance
103 File modelFile = new File(mFilePath); in createPartControl() local105 model = new UiAutomatorModel(modelFile); in createPartControl()112 mView.setModel(model, modelFile, null); in createPartControl()169 protected void setModel(UiAutomatorModel model, File modelFile, Image screenshot) { in setModel() argument170 mView.setModel(model, modelFile, screenshot); in setModel()