Searched defs:MethodSpec (Results 1 - 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowMediaPlayerTest.java410 testStates(new MethodSpec("attachAuxEffect", 37), EnumSet.of(IDLE, ERROR),
485 testStates(new MethodSpec("seekTo", 38),
491 testStates(new MethodSpec("setAudioSessionId", 40), EnumSet.of(INITIALIZED,
505 testStates(new MethodSpec("setAudioStreamType", AudioManager.STREAM_MUSIC),
512 testStates(new MethodSpec("setLooping", true), EnumSet.of(ERROR),
518 testStates(new MethodSpec("setVolume", new Class<?>[] { float.class,
528 testStates(new MethodSpec("setDataSource", DUMMY_SOURCE), invalidStates, iseTester, INITIALIZED);
566 testStates(new MethodSpec(methodName), invalidStates, iseTester, nextState);
569 public class MethodSpec { class in class:ShadowMediaPlayerTest
575 public MethodSpec(Strin method in class:ShadowMediaPlayerTest.MethodSpec
579 public MethodSpec(String method, Class<?>[] argTypes, Object[] args) { method in class:ShadowMediaPlayerTest.MethodSpec
588 public MethodSpec(String method, int arg) { method in class:ShadowMediaPlayerTest.MethodSpec
592 public MethodSpec(String method, boolean arg) { method in class:ShadowMediaPlayerTest.MethodSpec
596 public MethodSpec(String method, Class<?> c) { method in class:ShadowMediaPlayerTest.MethodSpec
600 public MethodSpec(String method, Object o) { method in class:ShadowMediaPlayerTest.MethodSpec
604 public <T> MethodSpec(String method, T o, Class<T> c) { method in class:ShadowMediaPlayerTest.MethodSpec
[all...]
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 868 milliseconds