Searched refs:modeId (Results 1 - 12 of 12) sorted by relevance

/external/vogar/src/vogar/android/
H A DDeviceRuntime.java42 private final ModeId modeId; field in class:DeviceRuntime
45 public DeviceRuntime(Run run, ModeId modeId, Variant variant, argument
48 if (!modeId.isDevice() || !modeId.supportsVariant(variant)) {
49 throw new IllegalArgumentException("Unsupported mode:" + modeId +
53 this.modeId = modeId;
94 if (modeId == ModeId.APP_PROCESS) {
H A DHostRuntime.java44 private final ModeId modeId; field in class:HostRuntime
47 public HostRuntime(Run run, ModeId modeId, Variant variant) { argument
48 if (!modeId.isHost() || !modeId.supportsVariant(variant)) {
49 throw new IllegalArgumentException("Unsupported mode:" + modeId +
53 this.modeId = modeId;
102 for (String jar : modeId.getJarNames()) {
H A DAndroidSdk.java64 Log log, Mkdir mkdir, ModeId modeId, boolean useJack) {
147 if (modeId.isHost()) {
152 String[] jarNames = modeId.getJarNames();
63 createAndroidSdk( Log log, Mkdir mkdir, ModeId modeId, boolean useJack) argument
/external/vogar/src/vogar/
H A DRun.java149 this.maxConcurrentActions = (vogar.stream || vogar.modeId == ModeId.ACTIVITY)
177 console, vogar.expectationFiles, vogar.modeId, vogar.variant);
182 this.mode = createMode(vogar.modeId, vogar.variant);
205 private Mode createMode(ModeId modeId, Variant variant) { argument
206 switch (modeId) {
210 return new HostRuntime(this, modeId, variant);
213 return new DeviceRuntime(this, modeId, variant, new Supplier<String>() {
222 throw new IllegalArgumentException("Unsupported mode: " + modeId);
H A DVogar.java66 ModeId modeId = ModeId.DEVICE; field in class:Vogar
249 System.out.println(" Default is: " + modeId);
472 if (!modeId.acceptsVmArgs() && !vmArgs.isEmpty()) {
473 System.out.println("VM args " + vmArgs + " should not be specified for mode " + modeId);
478 if (!modeId.supportsVariant(variant)) {
479 System.out.println("Variant " + variant + " not supported for mode " + modeId);
498 vmCommand = modeId.defaultVmCommand(variant);
507 firstMonitorPort = modeId.isLocal() ? 8788 : 8787;
544 if (!modeId.acceptsVmArgs() && !targetArgs.isEmpty()) {
545 System.out.println("Target args " + targetArgs + " should not be specified for mode " + modeId);
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 226 milliseconds