Home
last modified time | relevance | path

Searched defs:byteReturningMethod (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/sandbox/src/test/java/org/robolectric/testing/
DAClassToForget.java36 public static byte byteReturningMethod() { in byteReturningMethod() method in AClassToForget
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassToForget.java36 public static byte byteReturningMethod() { in byteReturningMethod() method in AClassToForget
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java17 byte byteReturningMethod(); in byteReturningMethod() method
DMethodsImpl.java20 public byte byteReturningMethod() { in byteReturningMethod() method in MethodsImpl