CarrierConfigManager.KeyLteRssnrThresholdsIntArray Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of 4 customized LTE Reference Signal Signal to Noise Ratio (RSSNR) thresholds.
[Android.Runtime.Register("KEY_LTE_RSSNR_THRESHOLDS_INT_ARRAY", ApiSince=30)]
public const string KeyLteRssnrThresholdsIntArray;
[<Android.Runtime.Register("KEY_LTE_RSSNR_THRESHOLDS_INT_ARRAY", ApiSince=30)>]
val mutable KeyLteRssnrThresholdsIntArray : string
Field Value
- Attributes
Remarks
A list of 4 customized LTE Reference Signal Signal to Noise Ratio (RSSNR) thresholds.
4 threshold integers must be within the boundaries [-20 dB, 30 dB], and the levels are: "NONE: [-20, threshold1)" "POOR: [threshold1, threshold2)" "MODERATE: [threshold2, threshold3)" "GOOD: [threshold3, threshold4)" "EXCELLENT: [threshold4, 30]"
This key is considered invalid if the format is violated. If the key is invalid or not configured, a default value set will apply.
Java documentation for android.telephony.CarrierConfigManager.KEY_LTE_RSSNR_THRESHOLDS_INT_ARRAY
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.