Searched refs:assertLastModified (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A 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()
|
H A D | CallLogProviderTest.java | 107 assertLastModified(uri, 1000); in testInsert_RegularCallRecord() 135 assertLastModified(uri, 1000); in testInsert_VoicemailCallRecord() 154 assertLastModified(uri, 1000); in testUpdate()
|
H A D | BaseContactsProvider2Test.java | 1365 protected void assertLastModified(Uri uri, long time) { in assertLastModified() method in BaseContactsProvider2Test
|