Searched refs:numericIndex (Results 1 – 1 of 1) sorted by relevance
4628 int numericIndex = ret.getColumnIndex(NUMERIC); in getSubscriptionMatchingAPNListSynchronized() local4641 if (!TextUtils.isEmpty(ret.getString(numericIndex))) { in getSubscriptionMatchingAPNListSynchronized()4645 ret.getString(numericIndex), in getSubscriptionMatchingAPNListSynchronized()4653 boolean isMVNOAPN = !TextUtils.isEmpty(ret.getString(numericIndex)) in getSubscriptionMatchingAPNListSynchronized()4655 boolean isMNOAPN = !TextUtils.isEmpty(ret.getString(numericIndex)) in getSubscriptionMatchingAPNListSynchronized()4656 && ret.getString(numericIndex).equals(mccmnc) in getSubscriptionMatchingAPNListSynchronized()4670 if (TextUtils.isEmpty(ret.getString(numericIndex))) { in getSubscriptionMatchingAPNListSynchronized()