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

Commit f33540d9 authored by Vlad Popa's avatar Vlad Popa Committed by Android (Google) Code Review
Browse files

Merge "Make test APIs synchronous" into main

parents 9a3c1b96 62d3f0fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -363,10 +363,10 @@ interface IAudioService {
    oneway void setCsd(float csd);

    @EnforcePermission("MODIFY_AUDIO_SETTINGS_PRIVILEGED")
    oneway void forceUseFrameworkMel(boolean useFrameworkMel);
    void forceUseFrameworkMel(boolean useFrameworkMel);

    @EnforcePermission("MODIFY_AUDIO_SETTINGS_PRIVILEGED")
    oneway void forceComputeCsdOnAllDevices(boolean computeCsdOnAllDevices);
    void forceComputeCsdOnAllDevices(boolean computeCsdOnAllDevices);

    @EnforcePermission("MODIFY_AUDIO_SETTINGS_PRIVILEGED")
    boolean isCsdEnabled();