Searched refs:textFormatDecimal (Results 1 – 2 of 2) sorted by relevance
199 " 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()
77 static public String textFormatDecimal(int[] list) { in textFormatDecimal() method in ListsHelper