Hans-Christoph Steiner f2621dcb55 avoid android.* classes to allow for direct JUnit tests
When running tests on the host machine, android.jar contains no code at all
which is totally stupid.  We can keep android.util.Log in there because it
does not affect the logic at all.  Then just set that android.jar to return
generic values using:

 unitTests.returnDefaultValues = true
2016-03-28 12:05:35 +02:00
..
2015-10-04 08:14:48 -07:00
2016-03-21 15:46:22 +00:00
2016-03-27 19:20:55 +01:00