HomeSort by relevance Sort by last modified time
    Searched refs:ListsHelper (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
USBAudioPeripheralAttributesActivity.java 25 import com.android.cts.verifier.audio.peripheralprofile.ListsHelper;
68 } else if (!ListsHelper.isSubset(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) {
75 } else if (!ListsHelper.isSubset(deviceInfo.getEncodings(), attribs.mEncodings)) {
82 } else if (!ListsHelper.isSubset(deviceInfo.getSampleRates(), attribs.mSampleRates)) {
92 if (!ListsHelper.isSubset(deviceInfo.getChannelIndexMasks(),
98 if (!ListsHelper.isSubset(deviceInfo.getChannelMasks(),
126 } else if (!ListsHelper.isSubset(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) {
133 } else if (!ListsHelper.isSubset(deviceInfo.getEncodings(), attribs.mEncodings)) {
140 } else if (!ListsHelper.isSubset(deviceInfo.getSampleRates(), attribs.mSampleRates)) {
149 if (!ListsHelper.isSubset(deviceInfo.getChannelIndexMasks()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
ListsHelper.java 19 public class ListsHelper {
PeripheralProfile.java 22 import com.android.cts.verifier.audio.peripheralprofile.ListsHelper;
110 ListsHelper.isMatch(deviceInfo.getChannelCounts(), attribs.mChannelCounts) &&
111 ListsHelper.isMatch(deviceInfo.getChannelIndexMasks(), attribs.mChannelIndexMasks) &&
112 ListsHelper.isMatch(deviceInfo.getChannelMasks(), attribs.mChannelPositionMasks) &&
113 ListsHelper.isMatch(deviceInfo.getEncodings(), attribs.mEncodings) &&
114 ListsHelper.isMatch(deviceInfo.getSampleRates(), attribs.mSampleRates);

Completed in 4344 milliseconds