Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralAttributesActivity.java85 " d" + ListsHelper.textFormatHex(deviceInfo.getEncodings()) + in updateConnectStatus()
86 " p" + ListsHelper.textFormatHex(attribs.mEncodings) + "\n"); in updateConnectStatus()
94 " d" + ListsHelper.textFormatHex(deviceInfo.getSampleRates()) + in updateConnectStatus()
95 " p" + ListsHelper.textFormatHex(attribs.mSampleRates) + "\n"); in updateConnectStatus()
107 … " d" + ListsHelper.textFormatHex(deviceInfo.getChannelIndexMasks()) + in updateConnectStatus()
108 … " p" + ListsHelper.textFormatHex(attribs.mChannelIndexMasks) + "\n"); in updateConnectStatus()
115 " d" + ListsHelper.textFormatHex(deviceInfo.getChannelMasks()) + in updateConnectStatus()
116 … " p" + ListsHelper.textFormatHex(attribs.mChannelPositionMasks) + "\n"); in updateConnectStatus()
153 " d" + ListsHelper.textFormatHex(deviceInfo.getEncodings()) + in updateConnectStatus()
154 " p" + ListsHelper.textFormatHex(attribs.mEncodings) + "\n"); in updateConnectStatus()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DListsHelper.java64 static public String textFormatHex(int[] list) { in textFormatHex() method in ListsHelper