Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java4626 MatrixCursor carrierIdNonMatchingMNOCursor = new MatrixCursor(columnNames); in getSubscriptionMatchingAPNListSynchronized() local
4673 carrierIdNonMatchingMNOCursor.addRow(data); in getSubscriptionMatchingAPNListSynchronized()
4689 "same carrier id, count: " + carrierIdNonMatchingMNOCursor.getCount()); in getSubscriptionMatchingAPNListSynchronized()
4691 result = carrierIdNonMatchingMNOCursor; in getSubscriptionMatchingAPNListSynchronized()