Loading android/app/src/com/android/bluetooth/hfp/AtPhonebook.java +0 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,6 @@ public class AtPhonebook { record = "+CPBR: " + index + ",\"" + number + "\"," + regionType + ",\"" + name + "\""; record = record + "\r\n\r\n"; atCommandResponse = record; log("processCpbrCommand - atCommandResponse = "+atCommandResponse); mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device)); if (!pbr.cursor.moveToNext()) { break; Loading android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java +0 −4 Original line number Diff line number Diff line Loading @@ -770,8 +770,6 @@ final class HeadsetClientStateMachine extends StateMachine { } private void updateClip(String number) { Log.d(TAG, "updateClip number: " + number); BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING); if (c == null) { Loading @@ -791,8 +789,6 @@ final class HeadsetClientStateMachine extends StateMachine { } private void addCallWaiting(String number) { Log.d(TAG, "addCallWaiting number: " + number); if (getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING) == null) { addCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING, number); } Loading Loading
android/app/src/com/android/bluetooth/hfp/AtPhonebook.java +0 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,6 @@ public class AtPhonebook { record = "+CPBR: " + index + ",\"" + number + "\"," + regionType + ",\"" + name + "\""; record = record + "\r\n\r\n"; atCommandResponse = record; log("processCpbrCommand - atCommandResponse = "+atCommandResponse); mStateMachine.atResponseStringNative(atCommandResponse, getByteAddress(device)); if (!pbr.cursor.moveToNext()) { break; Loading
android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java +0 −4 Original line number Diff line number Diff line Loading @@ -770,8 +770,6 @@ final class HeadsetClientStateMachine extends StateMachine { } private void updateClip(String number) { Log.d(TAG, "updateClip number: " + number); BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING); if (c == null) { Loading @@ -791,8 +789,6 @@ final class HeadsetClientStateMachine extends StateMachine { } private void addCallWaiting(String number) { Log.d(TAG, "addCallWaiting number: " + number); if (getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING) == null) { addCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING, number); } Loading