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

Commit c487f626 authored by Yuyang Huang's avatar Yuyang Huang Committed by Cherrypicker Worker
Browse files

disable AT+ANDROID processing for wear

Test: manual
Bug: 275668166
(cherry picked from https://android-review.googlesource.com/q/commit:86461f427e8f13b08e89a31c6a707db48b9456b4)
Merged-In: Ifd2893abedcb181e67c1de8d6d6a8dfa38381696
Change-Id: Ifd2893abedcb181e67c1de8d6d6a8dfa38381696
parent 986b3f21
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2096,8 +2096,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);
        }
+1 −0
Original line number Diff line number Diff line
@@ -1444,6 +1444,7 @@ public class HeadsetStateMachineTest {
    /**
     * A test to validate received Android AT commands and processing
     */
    @Ignore("b/275668166")
    @Test
    public void testProcessAndroidAt() {
        setUpConnectedState();