Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailProviderTest.java118 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()
H A DCallLogProviderTest.java107 assertLastModified(uri, 1000); in testInsert_RegularCallRecord()
135 assertLastModified(uri, 1000); in testInsert_VoicemailCallRecord()
154 assertLastModified(uri, 1000); in testUpdate()
H A DBaseContactsProvider2Test.java1365 protected void assertLastModified(Uri uri, long time) { in assertLastModified() method in BaseContactsProvider2Test