Searched refs:CursorEntityIterator (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DCursorEntityIterator.java27 public abstract class CursorEntityIterator implements EntityIterator { class in inherits:EntityIterator
36 public CursorEntityIterator(Cursor cursor) { method in class:CursorEntityIterator
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java30 import android.content.CursorEntityIterator;
512 private static class EntityIteratorImpl extends CursorEntityIterator {
1309 private static class EntityIteratorImpl extends CursorEntityIterator {
H A DContactsContract.java30 import android.content.CursorEntityIterator;
2922 private static class EntityIteratorImpl extends CursorEntityIterator {
7664 private static class EntityIteratorImpl extends CursorEntityIterator {

Completed in 79 milliseconds