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

  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ValuesDeltaTests.java 38 public static final long TEST_PHONE_ID = 24;
64 before.put(Data._ID, TEST_PHONE_ID);
76 before.put(Data._ID, TEST_PHONE_ID);
RawContactDeltaTests.java 46 public static final long TEST_PHONE_ID = 24;
86 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
96 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
114 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
118 final ValuesDelta child = source.getEntry(TEST_PHONE_ID);
128 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
132 final ValuesDelta child = source.getEntry(TEST_PHONE_ID);
142 before.put(Data._ID, TEST_PHONE_ID);
162 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
173 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID);
    [all...]

Completed in 129 milliseconds