Home | History | Annotate | Download | only in android

Lines Matching defs:modeId

32 import vogar.ModeId;
43 private final ModeId modeId;
46 public DeviceRuntime(Run run, ModeId modeId, Variant variant,
49 if (!modeId.isDevice() || !modeId.supportsVariant(variant)) {
50 throw new IllegalArgumentException("Unsupported mode:" + modeId +
54 this.modeId = modeId;
98 if (modeId == ModeId.APP_PROCESS) {