There is a label @hide
marked in the annotation of constant value AudioFormat.SAMPLE_RATE_HZ_MIN
according to Android framework source code. That means you can't refer or use it in your code casually.
However, a workaround is using Reflection
to get it.