Searched refs:removeBubblesForUser (Results 1 – 6 of 6) sorted by relevance
166 val ret = repository.removeBubblesForUser(user0.identifier, -1)182 val ret = repository.removeBubblesForUser(user10_managed.identifier, user0.identifier)198 val ret = repository.removeBubblesForUser(user11.identifier, -1)275 repository.removeBubblesForUser(-1, 0)276 repository.removeBubblesForUser(-1, -1)
90 fun removeBubblesForUser(@UserIdInt userId: Int, @UserIdInt parentId: Int) { regex91 if (volatileRepository.removeBubblesForUser(userId, parentId)) persistToDisk()
642 mBubbleData.removeBubblesForUser(removedUserId); in onUserRemoved()646 mDataRepository.removeBubblesForUser(removedUserId, parentUserId); in onUserRemoved()
574 public void removeBubblesForUser(int userId) { in removeBubblesForUser() method in BubbleData
108 fun removeBubblesForUser(@UserIdInt userId: Int, @UserIdInt parentUserId: Int): Boolean { regex
1088 mBubbleData.removeBubblesForUser(1); in test_removeBubblesForUser()