Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DMicrophoneInfoConverter.java27 static String convertLocation(int location) { in convertLocation() method in MicrophoneInfoConverter
52 sb.append("\nLocation : " + convertLocation(micInfo.getLocation())); in reportMicrophoneInfo()