Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DDataProvider.java352 public int bulkInsert(Uri uri, ContentValues[] insertValuesArray) { in bulkInsert() method in DataProvider
403 return super.bulkInsert(uri, insertValuesArray); in bulkInsert()
DRSSPullService.java209 getContentResolver().bulkInsert( in onHandleIntent()
/development/apps/Development/src/com/android/development/
DMediaScannerActivity.java192 mResolver.bulkInsert(mAudioUri, mValues); in addAlbum()