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

Commit 0724901f authored by Robin Lee's avatar Robin Lee
Browse files

Track AudioService method: disableRingtoneSync

Bug: 30658854
Test: cts-tradefed --test com.android.cts.devicepolicy.ManagedProfileTest
Change-Id: Ie38497f2ff268689171671c8e87cf75b1e2e22ae
parent 3b5f40a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -108,6 +108,9 @@ public:
        PLAYER_EVENT                          = IBinder::FIRST_CALL_TRANSACTION + 69,
        RELEASE_PLAYER                        = IBinder::FIRST_CALL_TRANSACTION + 70,

        /*
        DISABLE_RINGTONE_SYNC                 = IBinder::FIRST_CALL_TRANSACTION + 71,
        */
    };

    DECLARE_META_INTERFACE(AudioManager)