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.java83 " d" + ListsHelper.textFormatHex(deviceInfo.getEncodings()) + in updateConnectStatus()
84 " p" + ListsHelper.textFormatHex(attribs.mEncodings) + "\n"); in updateConnectStatus()
92 " d" + ListsHelper.textFormatHex(deviceInfo.getSampleRates()) + in updateConnectStatus()
93 " p" + ListsHelper.textFormatHex(attribs.mSampleRates) + "\n"); in updateConnectStatus()
105 … " d" + ListsHelper.textFormatHex(deviceInfo.getChannelIndexMasks()) + in updateConnectStatus()
106 … " p" + ListsHelper.textFormatHex(attribs.mChannelIndexMasks) + "\n"); in updateConnectStatus()
113 " d" + ListsHelper.textFormatHex(deviceInfo.getChannelMasks()) + in updateConnectStatus()
114 … " p" + ListsHelper.textFormatHex(attribs.mChannelPositionMasks) + "\n"); in updateConnectStatus()
151 " d" + ListsHelper.textFormatHex(deviceInfo.getEncodings()) + in updateConnectStatus()
152 " 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