Loading android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +0 −2 Original line number Diff line number Diff line Loading @@ -2129,8 +2129,6 @@ public class HeadsetStateMachine extends StateMachine { processAtCpbs(atCommand.substring(5), commandType, device); } else if (atCommand.startsWith("+CPBR")) { processAtCpbr(atCommand.substring(5), commandType, device); } else if (atCommand.startsWith("+ANDROID")) { processAndroidAt(atCommand, device); } else { processVendorSpecificAt(atCommand, device); } Loading android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetStateMachineTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -1439,6 +1439,7 @@ public class HeadsetStateMachineTest { /** * A test to validate received Android AT commands and processing */ @Ignore("b/275668166") @Test public void testProcessAndroidAt() { setUpConnectedState(); Loading Loading
android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +0 −2 Original line number Diff line number Diff line Loading @@ -2129,8 +2129,6 @@ public class HeadsetStateMachine extends StateMachine { processAtCpbs(atCommand.substring(5), commandType, device); } else if (atCommand.startsWith("+CPBR")) { processAtCpbr(atCommand.substring(5), commandType, device); } else if (atCommand.startsWith("+ANDROID")) { processAndroidAt(atCommand, device); } else { processVendorSpecificAt(atCommand, device); } Loading
android/app/tests/unit/src/com/android/bluetooth/hfp/HeadsetStateMachineTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -1439,6 +1439,7 @@ public class HeadsetStateMachineTest { /** * A test to validate received Android AT commands and processing */ @Ignore("b/275668166") @Test public void testProcessAndroidAt() { setUpConnectedState(); Loading