Searched refs:bulkInsert (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | ContentProviderClient.java | 64 public int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException { in bulkInsert() method in ContentProviderClient 65 return mContentProvider.bulkInsert(url, initialValues); in bulkInsert()
|
D | ContentProvider.java | 201 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
|
D | IContentProvider.java | 51 public int bulkInsert(Uri url, ContentValues[] initialValues) throws RemoteException; in bulkInsert() method
|
D | ContentProviderNative.java | 158 int count = bulkInsert(url, values); in onTransact() 417 public int bulkInsert(Uri url, ContentValues[] values) throws RemoteException { in bulkInsert() method in ContentProviderProxy
|
D | ContentResolver.java | 655 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/ |
D | MockContentProvider.java | 65 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
|
D | MockIContentProvider.java | 45 public int bulkInsert(Uri url, ContentValues[] initialValues) { in bulkInsert() method in MockIContentProvider
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContentProvider.java | 51 public int bulkInsert(Uri arg0, ContentValues[] arg1) throws RemoteException { in bulkInsert() method in BridgeContentProvider
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 446 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert() method in SettingsProvider
|