Searched refs:parentCursor (Results 1 – 1 of 1) sorted by relevance
3965 MatrixCursor parentCursor = new MatrixCursor(columnNames); in getSubscriptionMatchingAPNList() local4005 parentCursor.addRow(data); in getSubscriptionMatchingAPNList()4017 } else if (parentCursor.getCount() > 0) { in getSubscriptionMatchingAPNList()4018 if (DBG) log("match MNO APN: " + parentCursor.getCount()); in getSubscriptionMatchingAPNList()4019 result = parentCursor; in getSubscriptionMatchingAPNList()