Searched refs:TEST_PHONE_ID (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | RawContactDeltaTests.java | 52 public static final long TEST_PHONE_ID = 24; field in RawContactDeltaTests 92 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone() 102 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert() 120 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate() 124 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesUpdate() 134 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete() 138 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesDelete() 153 before.put(Data._ID, TEST_PHONE_ID); in testValuesDiffNone() 177 before.put(Data._ID, TEST_PHONE_ID); in testValuesDiffUpdate() 191 before.put(Data._ID, TEST_PHONE_ID); in testValuesDiffDelete() [all …]
|
D | RawContactDeltaListTests.java | 101 RawContactDeltaTests.TEST_PHONE_ID); in getUpdate()
|