Home
last modified time | relevance | path

Searched refs:fName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java44 String fName = getName(); in runTest() local
45 assertNotNull(fName); in runTest()
54 method = testClass.getMethod(fName, (Class[]) null); in runTest()
56 fail("Method \""+fName+"\" not found"); in runTest()
60 fail("Method \""+fName+"\" should be public"); in runTest()
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java155 String fName = getName(); in runTest() local
156 assertNotNull(fName); in runTest()
163 method = getClass().getMethod(fName, (Class[]) null); in runTest()
165 fail("Method \""+fName+"\" not found"); in runTest()
169 fail("Method \""+fName+"\" should be public"); in runTest()