Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1473 TypeId<IllegalStateException> iseType = TypeId.get(IllegalStateException.class); in testThrow() local
1474 MethodId<IllegalStateException, Void> iseConstructor = iseType.getConstructor(); in testThrow()
1475 Local<IllegalStateException> localIse = code.newLocal(iseType); in testThrow()
1983 TypeId<IllegalStateException> iseType = TypeId.get(IllegalStateException.class); in addMethodToDexMakerGenerator() local
1984 Local<IllegalStateException> localIse = code.newLocal(iseType); in addMethodToDexMakerGenerator()