Searched refs:MvnoType (Results 1 – 2 of 2) sorted by relevance
167 public @interface MvnoType {} annotation in ApnSetting535 @MvnoType1403 public Builder setMvnoType(@MvnoType int mvnoType) { in setMvnoType()
44 import android.hardware.radio.V1_0.MvnoType;1116 case "imsi" : return MvnoType.IMSI; in convertToHalMvnoType()1117 case "gid" : return MvnoType.GID; in convertToHalMvnoType()1118 case "spn" : return MvnoType.SPN; in convertToHalMvnoType()1119 default: return MvnoType.NONE; in convertToHalMvnoType()