Home
last modified time | relevance | path

Searched refs:currentCursor (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3156 MatrixCursor currentCursor = new MatrixCursor(columnNames); in getSubscriptionMatchingAPNList() local
3185 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()