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.java4623 MatrixCursor currentCursor = new MatrixCursor(columnNames); in getSubscriptionMatchingAPNListSynchronized() local
4664 currentCursor.addRow(data); in getSubscriptionMatchingAPNListSynchronized()
4680 if (currentCursor.getCount() > 0) { in getSubscriptionMatchingAPNListSynchronized()
4681 if (DBG) log("match MVNO APN: " + currentCursor.getCount()); in getSubscriptionMatchingAPNListSynchronized()
4682 result = currentCursor; in getSubscriptionMatchingAPNListSynchronized()