Loading core/java/android/bluetooth/BluetoothCodecStatus.java +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public final class BluetoothCodecStatus implements Parcelable { * @param c2 the second array of capabilities to compare * @return true if both arrays contain same capabilities */ private static boolean sameCapabilities(BluetoothCodecConfig[] c1, public static boolean sameCapabilities(BluetoothCodecConfig[] c1, BluetoothCodecConfig[] c2) { if (c1 == null) { return (c2 == null); Loading Loading
core/java/android/bluetooth/BluetoothCodecStatus.java +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public final class BluetoothCodecStatus implements Parcelable { * @param c2 the second array of capabilities to compare * @return true if both arrays contain same capabilities */ private static boolean sameCapabilities(BluetoothCodecConfig[] c1, public static boolean sameCapabilities(BluetoothCodecConfig[] c1, BluetoothCodecConfig[] c2) { if (c1 == null) { return (c2 == null); Loading