HomeSort by relevance Sort by last modified time
    Searched refs:entityIterator (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/vcard/java/com/android/vcard/
VCardComposer.java 23 import android.content.EntityIterator;
500 EntityIterator entityIterator = null;
508 entityIterator = (EntityIterator)getEntityIteratorMethod.invoke(null,
521 entityIterator = RawContacts.newEntityIterator(mContentResolver.query(
525 if (entityIterator == null) {
526 Log.e(LOG_TAG, "EntityIterator is null");
530 if (!entityIterator.hasNext()) {
535 while (entityIterator.hasNext())
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 29 import android.content.EntityIterator;
    [all...]

Completed in 201 milliseconds