Home
last modified time | relevance | path

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

/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/utils/
DUtils.java168 TypeToken<?> declaredParamType = TypeToken.of(declaredClass); in invokeByReflection() local
170 if (!declaredParamType.isSupertypeOf(actualParamType)) { in invokeByReflection()