Searched refs:MvnoType (Results 1 – 7 of 7) sorted by relevance
129 dataProfileInfo.mvnoType = MvnoType::NONE; in TEST_P()228 dataProfileInfo.mvnoType = MvnoType::NONE; in TEST_P()294 dataProfileInfo.mvnoType = MvnoType::NONE; in TEST_P()
412 public @interface MvnoType {} annotation in ApnSetting846 @MvnoType2198 public Builder setMvnoType(@MvnoType int mvnoType) { in setMvnoType()
656 dataProfileInfo.mvnoType = MvnoType::NONE; in TEST_P()
41 import android.hardware.radio.V1_0.MvnoType;1790 case "imsi" : return MvnoType.IMSI; in convertToHalMvnoType()1791 case "gid" : return MvnoType.GID; in convertToHalMvnoType()1792 case "spn" : return MvnoType.SPN; in convertToHalMvnoType()1793 default: return MvnoType.NONE; in convertToHalMvnoType()1826 dpi.mvnoType = MvnoType.NONE; in convertToHalDataProfile10()
1056 static bool convertMvnoTypeToString(MvnoType type, char *&str) { in convertMvnoTypeToString()1058 case MvnoType::IMSI: in convertMvnoTypeToString()1061 case MvnoType::GID: in convertMvnoTypeToString()1064 case MvnoType::SPN: in convertMvnoTypeToString()1067 case MvnoType::NONE: in convertMvnoTypeToString()
1150 enum MvnoType : int32_t {1835 MvnoType mvnoType; // The MVNO matching data type
91 import android.telephony.data.ApnSetting.MvnoType;14129 public boolean matchesCurrentSimOperator(@NonNull String mccmnc, @MvnoType int mvnoType, in matchesCurrentSimOperator()