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

/frameworks/base/core/java/android/content/
H A DEntityIterator.java28 public interface EntityIterator extends Iterator<Entity> { interface in inherits:Iterator
H A DCursorEntityIterator.java23 * Abstract implementation of EntityIterator that makes it easy to wrap a cursor
27 public abstract class CursorEntityIterator implements EntityIterator {
56 * @see EntityIterator#next()
73 * @see EntityIterator#hasNext()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java21 import android.content.EntityIterator;
41 private static class MockEntityIterator implements EntityIterator {
98 public EntityIterator queryEntities(Uri uri,
H A DVCardVerifier.java19 import android.content.EntityIterator;
326 public static EntityIterator mockGetEntityIteratorMethod(
/frameworks/base/test-mock/src/android/test/mock/
H A DMockIContentProvider.java23 import android.content.EntityIterator;
94 public EntityIterator queryEntities(Uri url, String selection, String[] selectionArgs,
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java23 import android.content.EntityIterator;
508 EntityIterator entityIterator = null;
522 entityIterator = (EntityIterator)getEntityIteratorMethod.invoke(null,
540 Log.e(LOG_TAG, "EntityIterator is null");
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java32 import android.content.EntityIterator;
490 * The default Uri used when creating a new calendar EntityIterator.
506 * @return an EntityIterator of calendars
508 public static EntityIterator newEntityIterator(Cursor cursor) {
1289 * @return an EntityIterator containing one entity per event in the
1292 public static EntityIterator newEntityIterator(Cursor cursor, ContentResolver resolver) {
1301 * @return an EntityIterator containing one entity per event in the
1304 public static EntityIterator newEntityIterator(Cursor cursor,
H A DContactsContract.java35 import android.content.EntityIterator;
3059 public static EntityIterator newEntityIterator(Cursor cursor) {
7906 public static EntityIterator newEntityIterator(Cursor cursor) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 187 milliseconds