Searched refs:assertLastModified (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 118 assertLastModified(uri, 1000); in testInsert() 193 assertLastModified(uri, 1000); in testUpdate() 315 assertLastModified(anotherVoicemail, 1000); in testDeleteOtherPackageVoicemail_SetsDirtyStatus() 335 assertLastModified(anotherVoicemail, 1000); in testUpdateAfterDelete_lastModifiedNotChanged() 340 assertLastModified(anotherVoicemail, 1000); in testUpdateAfterDelete_lastModifiedNotChanged() 346 assertLastModified(anotherVoicemail, 3000); in testUpdateAfterDelete_lastModifiedNotChanged()
|
D | CallLogProviderTest.java | 104 assertLastModified(uri, 1000); in testInsert_RegularCallRecord() 132 assertLastModified(uri, 1000); in testInsert_VoicemailCallRecord() 151 assertLastModified(uri, 1000); in testUpdate()
|
D | BaseContactsProvider2Test.java | 1369 protected void assertLastModified(Uri uri, long time) { in assertLastModified() method in BaseContactsProvider2Test
|