Searched refs:assertLastModified (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 119 assertLastModified(uri, 1000); in testInsert() 194 assertLastModified(uri, 1000); in testUpdate() 316 assertLastModified(anotherVoicemail, 1000); in testDeleteOtherPackageVoicemail_SetsDirtyStatus() 336 assertLastModified(anotherVoicemail, 1000); in testUpdateAfterDelete_lastModifiedNotChanged() 341 assertLastModified(anotherVoicemail, 1000); in testUpdateAfterDelete_lastModifiedNotChanged() 347 assertLastModified(anotherVoicemail, 3000); in testUpdateAfterDelete_lastModifiedNotChanged()
|
D | CallLogProviderTest.java | 355 assertLastModified(uri, 1000); in testInsert_RegularCallRecord() 383 assertLastModified(uri, 1000); in testInsert_VoicemailCallRecord() 402 assertLastModified(uri, 1000); in testUpdate()
|
D | BaseContactsProvider2Test.java | 1397 protected void assertLastModified(Uri uri, long time) { in assertLastModified() method in BaseContactsProvider2Test
|