Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c96b1ec9 authored by Thomas Girardier's avatar Thomas Girardier Committed by Automerger Merge Worker
Browse files

Merge "disable AT+ANDROID processing for wear" into tm-qpr-dev am: 5cbbd48a

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