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 | 47 public static final long TEST_PHONE_ID = 24; field in RawContactDeltaTests 87 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone() 97 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert() 115 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate() 119 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesUpdate() 129 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete() 133 final ValuesDelta child = source.getEntry(TEST_PHONE_ID); in testParcelChangesDelete() 143 before.put(Data._ID, TEST_PHONE_ID); in testValuesDiffDelete() 163 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone() 174 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert() [all …]
|
D | ValuesDeltaTests.java | 39 public static final long TEST_PHONE_ID = 24; field in ValuesDeltaTests 65 before.put(Data._ID, TEST_PHONE_ID); in testValuesDiffNone() 77 before.put(Data._ID, TEST_PHONE_ID); in testValuesDiffUpdate()
|
D | RawContactDeltaListTests.java | 102 RawContactDeltaTests.TEST_PHONE_ID); in getUpdate()
|