Searched defs:undoData (Results 1 – 2 of 2) sorted by relevance
95 final Bundle undoData = sut.captureDeletionUndoData(uri); in test_undoDeleteEmptyGroup_createsGroupWithMatchingTitle() local138 final Bundle undoData = sut.captureDeletionUndoData(groupUri); in test_undoDeleteNonEmptyGroup_restoresGroupAndMembers() local164 final Bundle undoData = sut.captureDeletionUndoData(uri); in test_captureUndoDataForDeletedGroup_returnsEmptyBundle() local177 final Bundle undoData = sut.captureDeletionUndoData(ContentUris in test_captureUndoDataForNonExistentGroup_returnsEmptyBundle() local195 final Bundle undoData = sut.captureDeletionUndoData(groupUri); in test_undoDeleteEmptyGroupWithMissingMembersKey_shouldRecreateGroup() local301 public Uri undoDeletion(Bundle undoData) { in undoDeletion()
874 final Bundle undoData = mGroupsDao.captureDeletionUndoData(groupUri); in deleteGroup() local1836 Uri undoDeletion(Bundle undoData); in undoDeletion()