Searched defs:undoData (Results 1 – 2 of 2) sorted by relevance
94 final Bundle undoData = sut.captureDeletionUndoData(uri); in test_undoDeleteEmptyGroup_createsGroupWithMatchingTitle() local137 final Bundle undoData = sut.captureDeletionUndoData(groupUri); in test_undoDeleteNonEmptyGroup_restoresGroupAndMembers() local163 final Bundle undoData = sut.captureDeletionUndoData(uri); in test_captureUndoDataForDeletedGroup_returnsEmptyBundle() local176 final Bundle undoData = sut.captureDeletionUndoData(ContentUris in test_captureUndoDataForNonExistentGroup_returnsEmptyBundle() local194 final Bundle undoData = sut.captureDeletionUndoData(groupUri); in test_undoDeleteEmptyGroupWithMissingMembersKey_shouldRecreateGroup() local300 public Uri undoDeletion(Bundle undoData) { in undoDeletion()
870 final Bundle undoData = mGroupsDao.captureDeletionUndoData(groupUri); in deleteGroup() local1828 Uri undoDeletion(Bundle undoData); in undoDeletion()