Home
last modified time | relevance | path

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

/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java651 boolean compare(String apiType, String reflectedType); in compare() argument
661 public boolean compare(String apiType, String reflectedType) { in compare() argument
662 return apiType.equals(reflectedType); in compare()
676 public boolean compare(String apiType, String reflectedType) { in compare() argument
677 if (DefaultTypeComparator.INSTANCE.compare(apiType, reflectedType)) { in compare()
686 return rawReturnType.equals(reflectedType); in compare()