Searched refs:aClass (Results 1 – 4 of 4) sorted by relevance
89 Class<?> aClass; in constructAndThrowException() local91 aClass = Class.forName(exName); in constructAndThrowException()92 throw (RuntimeException) aClass.getDeclaredConstructor().newInstance(); in constructAndThrowException()
124 Class aClass = mParameterTypes[i]; in populateParamList() local126 TelephonyManagerTestApp.getShortTypeName(aClass.toString()) + ": "); in populateParamList()
67 .filter(aClass -> aClass.getSuperclass() == RoomDatabase.class)
242 public <T extends ViewModel> T create(Class<T> aClass) { in create() argument