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.java4097 Pair<Uri, Boolean> rowAndNotify = insertSingleRow(url, value); in unsynchronizedBulkInsert()
4114 Pair<Uri, Boolean> rowAndNotify = insertSingleRow(url, initialValues); in insert()
4159 private Pair<Uri, Boolean> insertSingleRow(Uri url, ContentValues initialValues) { in insertSingleRow() method in TelephonyProvider