Searched refs:numericIndex (Results 1 – 1 of 1) sorted by relevance
3968 int numericIndex = ret.getColumnIndex(NUMERIC); in getSubscriptionMatchingAPNList() local3984 ret.getString(numericIndex), in getSubscriptionMatchingAPNList()3991 boolean isMVNOAPN = !TextUtils.isEmpty(ret.getString(numericIndex)) in getSubscriptionMatchingAPNList()3993 boolean isMNOAPN = !TextUtils.isEmpty(ret.getString(numericIndex)) in getSubscriptionMatchingAPNList()3994 && ret.getString(numericIndex).equals(mccmnc) in getSubscriptionMatchingAPNList()