Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContentProviderClient.java64 public int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException { in bulkInsert() method in ContentProviderClient
65 return mContentProvider.bulkInsert(url, initialValues); in bulkInsert()
DContentProvider.java201 public int bulkInsert(Uri uri, ContentValues[] initialValues) { in bulkInsert() method in ContentProvider.Transport
203 return ContentProvider.this.bulkInsert(uri, initialValues); in bulkInsert()
585 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() method in ContentProvider
DIContentProvider.java51 public int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException; in bulkInsert() method
DContentProviderNative.java158 int count = bulkInsert(url, values); in onTransact()
417 public int bulkInsert(Uri url, ContentValues[] values) throws RemoteException { in bulkInsert() method in ContentProviderProxy
DContentResolver.java655 public final int bulkInsert(Uri url, ContentValues[] values) in bulkInsert() method in ContentResolver
663 int rowsCreated = provider.bulkInsert(url, values); in bulkInsert()
/frameworks/base/test-runner/src/android/test/mock/
DMockContentProvider.java65 public int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException { in bulkInsert() method in MockContentProvider.InversionIContentProvider
66 return MockContentProvider.this.bulkInsert(url, initialValues); in bulkInsert()
203 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() method in MockContentProvider
DMockIContentProvider.java45 public int bulkInsert(Uri url, ContentValues[] initialValues) { in bulkInsert() method in MockIContentProvider
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContentProvider.java51 public int bulkInsert(Uri arg0, ContentValues[] arg1) throws RemoteException { in bulkInsert() method in BridgeContentProvider
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java446 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() method in SettingsProvider