The dump function is implemented here:
Is it possible to call it by any adb shell dumpsys command?
The dump function is implemented here:
Is it possible to call it by any adb shell dumpsys command?
Those particular parameters are only available as part of a full bug report dump file.
Additionally if you use the blame
button on your link page you'll see the function was added in 2021 / 2022, so only a recent version of Android may have that output.
On my Pixel 6a with Android 13 connected via USB cable,
I ran adb bugreport bugreport.zip
which took a few minutes to run.
Unzipped the bugreport file and searching in the main text file I was able to find:
DozeParameters:
----------------------------------------------------------------------------
getAlwaysOn(): false
getDisplayStateSupported(): true
getPulseDuration(): 6730
getPulseInDuration(): 130
getPulseInVisibleDuration(): 6000
getPulseOutDuration(): 600
getPulseOnSigMotion(): false
getVibrateOnSigMotion(): false
getVibrateOnPickup(): false
getProxCheckBeforePulse(): true
getPickupVibrationThreshold(): 2000
getSelectivelyRegisterSensorsUsingProx(): false
isQuickPickupEnabled(): true