Searched refs:hasIdenticalElements (Results 1 – 1 of 1) sorted by relevance
151 && (hasIdenticalElements(mSamplingRates, that.mSamplingRates)) in equals()152 && (hasIdenticalElements(mChannelMasks, that.mChannelMasks)) in equals()153 && (hasIdenticalElements(mChannelIndexMasks, that.mChannelIndexMasks)) in equals()183 private static boolean hasIdenticalElements(int[] array1, int[] array2) { in hasIdenticalElements() method in AudioProfile