HomeSort by relevance Sort by last modified time
    Searched full:potentialmatch (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
RemoteControllerTest.java 153 for (Method potentialMatch : potentialMatches) {
154 if (method.getName().equals(potentialMatch.getName()) &&
155 method.getReturnType().equals(potentialMatch.getReturnType()) &&
157 potentialMatch.getTypeParameters())) {

Completed in 78 milliseconds