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

  /packages/apps/Email/tests/src/com/android/email/activity/
ContactStatusLoaderTest.java 19 import com.android.email.activity.ContactStatusLoader.Result;
41 * Test for {@link ContactStatusLoader}
43 * Unfortunately this doesn't check {@link ContactStatusLoader.Result#mLookupUri}, because we don't
67 ContactStatusLoader.PROJECTION_PHOTO_ID_PRESENCE));
70 ContactStatusLoader l = new ContactStatusLoader(getMockContext(), EMAIL);
80 assertEquals(ContactStatusLoader.PRESENCE_UNKNOWN_RESOURCE_ID, r.mPresenceResId);
88 ContactStatusLoader l = new ContactStatusLoader(getMockContext(), EMAIL);
93 assertEquals(ContactStatusLoader.PRESENCE_UNKNOWN_RESOURCE_ID, r.mPresenceResId)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 40 public class ContactStatusLoader extends AsyncTaskLoader<ContactStatusLoader.Result> {
87 public ContactStatusLoader(Context context, String emailAddress) {

Completed in 187 milliseconds