Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DMethodSignature.java48 .map(m -> rawType(m, elements)) in forMethod()
52 .stream().map(m -> rawType(m, elements)) in forMethod()
56 rawType(method.getReturnType(), elements), in forMethod()
60 private static TypeMirror rawType(TypeMirror type, Elements elements) { in rawType() method in MethodSignature