Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3314 Pair<Uri, Boolean> rowAndNotify = insertSingleRow(url, value); in unsynchronizedBulkInsert()
3331 Pair<Uri, Boolean> rowAndNotify = insertSingleRow(url, initialValues); in insert()
3376 private Pair<Uri, Boolean> insertSingleRow(Uri url, ContentValues initialValues) { in insertSingleRow() method in TelephonyProvider