Home
last modified time | relevance | path

Searched defs:methodReflection (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTestUtils.java72 Method methodReflection = clazz.getDeclaredMethod(method, paramType); in invokeStaticMethod() local
96 Method methodReflection = clazz.getDeclaredMethod(method, paramType); in invokeStaticMethodThrowsException() local
120 Method methodReflection = clazz.getDeclaredMethod(method, paramType); in invokeNonStaticMethod() local
145 Method methodReflection = clazz.getDeclaredMethod(method, paramType); in invokeNonStaticMethodThrowsException() local