Home | History | Annotate | Download | only in vogar

Lines Matching full:modeid

147         this.maxConcurrentActions = (vogar.stream || vogar.modeId == ModeId.ACTIVITY)
175 console, vogar.expectationFiles, vogar.modeId, vogar.variant);
180 this.mode = createMode(vogar.modeId, vogar.variant);
203 private Mode createMode(ModeId modeId, Variant variant) {
204 switch (modeId) {
208 return new HostRuntime(this, modeId, variant);
211 return new DeviceRuntime(this, modeId, variant, new Supplier<String>() {
220 throw new IllegalArgumentException("Unsupported mode: " + modeId);