Home
last modified time | relevance | path

Searched defs:undoData (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
DGroupsDaoIntegrationTests.java94 final Bundle undoData = sut.captureDeletionUndoData(uri); in test_undoDeleteEmptyGroup_createsGroupWithMatchingTitle() local
137 final Bundle undoData = sut.captureDeletionUndoData(groupUri); in test_undoDeleteNonEmptyGroup_restoresGroupAndMembers() local
163 final Bundle undoData = sut.captureDeletionUndoData(uri); in test_captureUndoDataForDeletedGroup_returnsEmptyBundle() local
176 final Bundle undoData = sut.captureDeletionUndoData(ContentUris in test_captureUndoDataForNonExistentGroup_returnsEmptyBundle() local
194 final Bundle undoData = sut.captureDeletionUndoData(groupUri); in test_undoDeleteEmptyGroupWithMissingMembersKey_shouldRecreateGroup() local
300 public Uri undoDeletion(Bundle undoData) { in undoDeletion()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java870 final Bundle undoData = mGroupsDao.captureDeletionUndoData(groupUri); in deleteGroup() local
1828 Uri undoDeletion(Bundle undoData); in undoDeletion()