Loading telephony/java/android/telephony/ServiceState.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,9 @@ import java.util.stream.Collectors; * <li>Operator name, short name and numeric id * <li>Operator name, short name and numeric id * <li>Network selection mode * <li>Network selection mode * </ul> * </ul> * * For historical reasons this class is not declared as final; however, * it should be treated as though it were final. */ */ public class ServiceState implements Parcelable { public class ServiceState implements Parcelable { Loading Loading
telephony/java/android/telephony/ServiceState.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,9 @@ import java.util.stream.Collectors; * <li>Operator name, short name and numeric id * <li>Operator name, short name and numeric id * <li>Network selection mode * <li>Network selection mode * </ul> * </ul> * * For historical reasons this class is not declared as final; however, * it should be treated as though it were final. */ */ public class ServiceState implements Parcelable { public class ServiceState implements Parcelable { Loading