Searched refs:TEST_PHONE_ID (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaTests.java | 46 public static final long TEST_PHONE_ID = 24; field in RawContactDeltaTests 86 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone() 96 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert() 114 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate() 118 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesUpdate() 128 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete() 132 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesDelete() 142 before.put(Data._ID, TEST_PHONE_ID); in testValuesDiffDelete() 162 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone() 173 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert() [all …]
|
D | ValuesDeltaTests.java | 38 public static final long TEST_PHONE_ID = 24; field in ValuesDeltaTests 64 before.put(Data._ID, TEST_PHONE_ID); in testValuesDiffNone() 76 before.put(Data._ID, TEST_PHONE_ID); in testValuesDiffUpdate()
|
D | RawContactDeltaListTests.java | 97 RawContactDeltaTests.TEST_PHONE_ID); in getUpdate()
|