Searched refs:mSavedBubbleKeysPerUser (Results 1 – 1 of 1) sorted by relevance
151 private final SparseSetArray<String> mSavedBubbleKeysPerUser; field in BubbleController300 mSavedBubbleKeysPerUser = new SparseSetArray<>(); in BubbleController()338 mSavedBubbleKeysPerUser.remove(userId); in saveBubbles()341 mSavedBubbleKeysPerUser.add(userId, bubble.getKey()); in saveBubbles()353 ArraySet<String> savedBubbleKeys = mSavedBubbleKeysPerUser.get(userId); in restoreBubbles()366 mSavedBubbleKeysPerUser.remove(mCurrentUserId); in restoreBubbles()