Add return value annotation to getSoundTriggerMode

Bug: 181064773
Test: build and manually verify SoundTrigger
Change-Id: I75929c9fc0747e4df9dc385b580dff844b4a7b8c
This commit is contained in:
Nicholas Ambur
2021-03-02 11:12:49 -08:00
parent e280ab9e0d
commit 22816ac3e7

View File

@@ -247,6 +247,7 @@ public final class BatterySaverPolicyConfig implements Parcelable {
/**
* Get the SoundTrigger mode while in Battery Saver.
*/
@PowerManager.SoundTriggerPowerSaveMode
public int getSoundTriggerMode() {
return mSoundTriggerMode;
}