Merge "Change BluetoothCodecStatus.sameCapabilities() to public" am: 27a6501a19
am: 8db54f6563
Change-Id: I2318a03f8b94622de55291dc9f792393746166c8
This commit is contained in:
@@ -74,7 +74,7 @@ public final class BluetoothCodecStatus implements Parcelable {
|
|||||||
* @param c2 the second array of capabilities to compare
|
* @param c2 the second array of capabilities to compare
|
||||||
* @return true if both arrays contain same capabilities
|
* @return true if both arrays contain same capabilities
|
||||||
*/
|
*/
|
||||||
private static boolean sameCapabilities(BluetoothCodecConfig[] c1,
|
public static boolean sameCapabilities(BluetoothCodecConfig[] c1,
|
||||||
BluetoothCodecConfig[] c2) {
|
BluetoothCodecConfig[] c2) {
|
||||||
if (c1 == null) {
|
if (c1 == null) {
|
||||||
return (c2 == null);
|
return (c2 == null);
|
||||||
|
|||||||
Reference in New Issue
Block a user