Searched refs:mSavedBubbleKeysPerUser (Results 1 – 1 of 1) sorted by relevance
174 private final SparseSetArray<String> mSavedBubbleKeysPerUser; field in BubbleController449 mSavedBubbleKeysPerUser = new SparseSetArray<>(); in BubbleController()857 mSavedBubbleKeysPerUser.remove(userId); in saveBubbles()860 mSavedBubbleKeysPerUser.add(userId, bubble.getKey()); in saveBubbles()870 ArraySet<String> savedBubbleKeys = mSavedBubbleKeysPerUser.get(userId); in restoreBubbles()885 mSavedBubbleKeysPerUser.remove(mCurrentUserId); in restoreBubbles()