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.java74 " d" + ListsHelper.textFormatDecimal(deviceInfo.getChannelCounts()) + in updateConnectStatus()
75 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) +"\n"); in updateConnectStatus()
142 " d" + ListsHelper.textFormatDecimal(deviceInfo.getChannelCounts()) + in updateConnectStatus()
143 " p" + ListsHelper.textFormatDecimal(attribs.mChannelCounts) + "\n"); in updateConnectStatus()
160 " d" + ListsHelper.textFormatDecimal(deviceInfo.getSampleRates()) + in updateConnectStatus()
161 " 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