Home
last modified time | relevance | path

Searched refs:assertLastModified (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java119 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()
DCallLogProviderTest.java355 assertLastModified(uri, 1000); in testInsert_RegularCallRecord()
383 assertLastModified(uri, 1000); in testInsert_VoicemailCallRecord()
402 assertLastModified(uri, 1000); in testUpdate()
DBaseContactsProvider2Test.java1397 protected void assertLastModified(Uri uri, long time) { in assertLastModified() method in BaseContactsProvider2Test