(Android) Using TestCase instead of deprecated InstrumentationTestCase
In some cases deprecated InstrumentationTestCase can be replaced with more generic TestCase.
Each test was ran after change (to satisfy boliu's comment, that replacement "is more complicated than a simple search and replace.").
BUG=
697653