Searched refs:currentCursor (Results 1 – 1 of 1) sorted by relevance
3156 MatrixCursor currentCursor = new MatrixCursor(columnNames); in getSubscriptionMatchingAPNList() local3185 currentCursor.addRow(data); in getSubscriptionMatchingAPNList()3197 if (currentCursor.getCount() > 0) { in getSubscriptionMatchingAPNList()3198 if (DBG) log("match MVNO APN: " + currentCursor.getCount()); in getSubscriptionMatchingAPNList()3199 result = currentCursor; in getSubscriptionMatchingAPNList()