Home | History | Annotate | Download | only in telephony

Lines Matching defs:mvnoType

3233                 String mvnoType = cursor.getString(0 /* MVNO_TYPE index */);
3235 if (!TextUtils.isEmpty(mvnoType) && !TextUtils.isEmpty(mvnoMatchData)
3236 && ApnSetting.mvnoMatches(iccRecords, mvnoType, mvnoMatchData)) {
3238 + " AND " + MVNO_TYPE + "='" + mvnoType + "'"