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 38 public static final long TEST_PHONE_ID = 24;
62 before.put(Data._ID, TEST_PHONE_ID);
74 before.put(Data._ID, TEST_PHONE_ID);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaTests.java 52 public static final long TEST_PHONE_ID = 24;
92 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
102 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
120 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
124 final ValuesDelta child = source.getEntry(TEST_PHONE_ID);
134 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
138 final ValuesDelta child = source.getEntry(TEST_PHONE_ID);
148 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 51 milliseconds