Searched refs:IBulkCursor (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java34 public abstract class BulkCursorNative extends Binder implements IBulkCursor
45 static public IBulkCursor asInterface(IBinder obj)
50 IBulkCursor in = (IBulkCursor)obj.queryLocalInterface(descriptor);
64 data.enforceInterface(IBulkCursor.descriptor);
78 data.enforceInterface(IBulkCursor.descriptor);
86 data.enforceInterface(IBulkCursor.descriptor);
98 data.enforceInterface(IBulkCursor.descriptor);
105 data.enforceInterface(IBulkCursor.descriptor);
112 data.enforceInterface(IBulkCursor
[all...]
H A DBulkCursorToCursorAdaptor.java26 * Adapts an {@link IBulkCursor} to a {@link Cursor} for use in the local
35 private IBulkCursor mBulkCursor;
40 public void set(IBulkCursor bulkCursor) {
59 public void set(IBulkCursor bulkCursor, int count, int idIndex) {
H A DIBulkCursor.java33 public interface IBulkCursor extends IInterface { interface in inherits:IInterface
74 static final String descriptor = "android.content.IBulkCursor";
/frameworks/base/core/java/android/content/
H A DIContentProvider.java22 import android.database.IBulkCursor;
40 * @hide - hide this because return type IBulkCursor and parameter
43 public IBulkCursor bulkQuery(Uri url, String[] projection,
H A DContentProviderNative.java25 import android.database.IBulkCursor;
111 IBulkCursor bulkCursor = bulkQuery(url, projection, selection,
289 private IBulkCursor bulkQueryInternal(
332 IBulkCursor bulkCursor = null;
352 public IBulkCursor bulkQuery(Uri url, String[] projection,
366 IBulkCursor bulkCursor = bulkQueryInternal(
H A DContentProvider.java27 import android.database.IBulkCursor;
167 * Remote version of a query, which returns an IBulkCursor. The bulk
170 public IBulkCursor bulkQuery(Uri uri, String[] projection,
/frameworks/base/test-runner/src/android/test/mock/
H A DMockIContentProvider.java27 import android.database.IBulkCursor;
49 public IBulkCursor bulkQuery(Uri url, String[] projection, String selection,
H A DMockContentProvider.java32 import android.database.IBulkCursor;
70 public IBulkCursor bulkQuery(Uri url, String[] projection, String selection,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java27 import android.database.IBulkCursor;
56 public IBulkCursor bulkQuery(Uri arg0, String[] arg1, String arg2, String[] arg3,

Completed in 125 milliseconds