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.java76 " d" + ListsHelper.textFormatDecimal(deviceInfo.getChannelCounts()) + in updateConnectStatus()
77 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) +"\n"); in updateConnectStatus()
144 " d" + ListsHelper.textFormatDecimal(deviceInfo.getChannelCounts()) + in updateConnectStatus()
145 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) + "\n"); in updateConnectStatus()
162 " d" + ListsHelper.textFormatDecimal(deviceInfo.getSampleRates()) + in updateConnectStatus()
163 " 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