Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralAttributesActivity.java199 " d" + ListsHelper.textFormatDecimal(deviceInfo.getChannelCounts()) + in updateConnectStatus()
200 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) +"\n"); in updateConnectStatus()
249 " d" + ListsHelper.textFormatDecimal(deviceInfo.getChannelCounts()) + in updateConnectStatus()
250 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) + "\n"); in updateConnectStatus()
267 " d" + ListsHelper.textFormatDecimal(deviceInfo.getSampleRates()) + in updateConnectStatus()
268 " p" + ListsHelper.textFormatDecimal(attribs.mSampleRates) + "\n"); in updateConnectStatus()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DListsHelper.java77 static public String textFormatDecimal(int[] list) { in textFormatDecimal() method in ListsHelper