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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ValuesDeltaTests.java 39 public static final long TEST_PHONE_ID = 24;
65 before.put(Data._ID, TEST_PHONE_ID);
77 before.put(Data._ID, TEST_PHONE_ID);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaTests.java 50 public static final long TEST_PHONE_ID = 24;
90 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
100 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
118 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
122 final ValuesDelta child = source.getEntry(TEST_PHONE_ID);
132 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
136 final ValuesDelta child = source.getEntry(TEST_PHONE_ID);
146 before.put(Data._ID, TEST_PHONE_ID);
166 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
177 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
    [all...]

Completed in 40 milliseconds