Searched refs:parentCursor (Results 1 – 1 of 1) sorted by relevance
3157 MatrixCursor parentCursor = new MatrixCursor(columnNames); in getSubscriptionMatchingAPNList() local3188 parentCursor.addRow(data); in getSubscriptionMatchingAPNList()3200 } else if (parentCursor.getCount() > 0) { in getSubscriptionMatchingAPNList()3201 if (DBG) log("match MNO APN: " + parentCursor.getCount()); in getSubscriptionMatchingAPNList()3202 result = parentCursor; in getSubscriptionMatchingAPNList()