Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java150 EasyMock.expect(mMockProvider.bulkInsert(mPackageName, in testInsertContentsEqualToBufferSize()
165 EasyMock.expect(mMockProvider.bulkInsert(mPackageName, in testInsertContentsMoreThanBufferSize()
189 EasyMock.expect(mMockProvider.bulkInsert(mPackageName, in testFlushAllWithSomeContents()
205 EasyMock.expect(mMockProvider.bulkInsert(mPackageName, in testInsertContentsAfterFlushAll()
226 EasyMock.expect(mMockProvider.bulkInsert(mPackageName, in testInsertContentsWithDifferentSizePerContentType()
230 EasyMock.expect(mMockProvider.bulkInsert(mPackageName, in testInsertContentsWithDifferentSizePerContentType()
234 EasyMock.expect(mMockProvider.bulkInsert(mPackageName, in testInsertContentsWithDifferentSizePerContentType()
238 EasyMock.expect(mMockProvider.bulkInsert(mPackageName, in testInsertContentsWithDifferentSizePerContentType()
/frameworks/base/test-runner/src/android/test/mock/
DMockContentProvider.java63 public int bulkInsert(String callingPackage, Uri url, ContentValues[] initialValues) in bulkInsert() method in MockContentProvider.InversionIContentProvider
65 return MockContentProvider.this.bulkInsert(url, initialValues); in bulkInsert()
223 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() method in MockContentProvider
DMockIContentProvider.java44 public int bulkInsert(String callingPackage, Uri url, ContentValues[] initialValues) { in bulkInsert() method in MockIContentProvider
/frameworks/base/media/java/android/media/
DMediaInserter.java93 mProvider.bulkInsert(mPackageName, tableUri, valuesArray); in flush()
/frameworks/base/core/java/android/content/
DContentProviderClient.java216 public int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException { in bulkInsert() method in ContentProviderClient
219 return mContentProvider.bulkInsert(mPackageName, url, initialValues); in bulkInsert()
DIContentProvider.java43 public int bulkInsert(String callingPkg, Uri url, ContentValues[] initialValues) in bulkInsert() method
DContentProvider.java243 public int bulkInsert(String callingPkg, Uri uri, ContentValues[] initialValues) { in bulkInsert() method in ContentProvider.Transport
251 return ContentProvider.this.bulkInsert(uri, initialValues); in bulkInsert()
1087 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() method in ContentProvider
DContentProviderNative.java176 int count = bulkInsert(callingPkg, url, values); in onTransact()
485 … public int bulkInsert(String callingPkg, Uri url, ContentValues[] values) throws RemoteException { in bulkInsert() method in ContentProviderProxy
DContentResolver.java1260 public final int bulkInsert(Uri url, ContentValues[] values) in bulkInsert() method in ContentResolver
1268 int rowsCreated = provider.bulkInsert(mPackageName, url, values); in bulkInsert()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContentProvider.java51 public int bulkInsert(String callingPackage, Uri arg0, ContentValues[] arg1) in bulkInsert() method in BridgeContentProvider
/frameworks/ex/common/java/com/android/common/content/
DSQLiteContentProvider.java122 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() method in SQLiteContentProvider
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java1081 if (mMediaProvider.bulkInsert(mPackageName, uri, valuesList) > 0) { in setObjectReferences()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java955 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() method in SettingsProvider
/frameworks/base/api/
Dsystem-current.txt7119 method public int bulkInsert(android.net.Uri, android.content.ContentValues[]);
7161 …method public int bulkInsert(android.net.Uri, android.content.ContentValues[]) throws android.os.R…
7240 method public final int bulkInsert(android.net.Uri, android.content.ContentValues[]);
Dcurrent.txt6882 method public int bulkInsert(android.net.Uri, android.content.ContentValues[]);
6924 …method public int bulkInsert(android.net.Uri, android.content.ContentValues[]) throws android.os.R…
7003 method public final int bulkInsert(android.net.Uri, android.content.ContentValues[]);