diff --git a/telephony/java/android/telephony/ServiceState.java b/telephony/java/android/telephony/ServiceState.java index 1677c61eb9cf8..c9122f4857483 100644 --- a/telephony/java/android/telephony/ServiceState.java +++ b/telephony/java/android/telephony/ServiceState.java @@ -612,7 +612,7 @@ public class ServiceState implements Parcelable { /** * Get the channel number of the current primary serving cell, or -1 if unknown * - *

This is EARFCN for LTE, UARFCN for UMTS, and ARFCN for GSM. + *

This is NRARFCN for NR, EARFCN for LTE, UARFCN for UMTS, and ARFCN for GSM. * * @return Channel number of primary serving cell */