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