Searched refs:MvnoType (Results 1 – 3 of 3) sorted by relevance
293 public @interface MvnoType {} annotation in ApnSetting718 @MvnoType2035 public Builder setMvnoType(@MvnoType int mvnoType) { in setMvnoType()
41 import android.hardware.radio.V1_0.MvnoType;1686 case "imsi" : return MvnoType.IMSI; in convertToHalMvnoType()1687 case "gid" : return MvnoType.GID; in convertToHalMvnoType()1688 case "spn" : return MvnoType.SPN; in convertToHalMvnoType()1689 default: return MvnoType.NONE; in convertToHalMvnoType()1722 dpi.mvnoType = MvnoType.NONE; in convertToHalDataProfile10()
82 import android.telephony.data.ApnSetting.MvnoType;12604 public boolean isCurrentSimOperator(@NonNull String mccmnc, @MvnoType int mvnoType, in isCurrentSimOperator()