Searched refs:aClass (Results 1 – 2 of 2) sorted by relevance
124 Class aClass = mParameterTypes[i]; in populateParamList() local126 TelephonyManagerTestApp.getShortTypeName(aClass.toString()) + ": "); in populateParamList()
145 Class aClass = Class.forName(mExceptionClass); in maybeThrow() local146 exception = (RuntimeException) aClass.newInstance(); in maybeThrow()