Searched refs:mBubblesEnabled (Results 1 – 1 of 1) sorted by relevance
136 private boolean mBubblesEnabled = DEFAULT_ALLOW_BUBBLE; field in PreferencesHelper1840 if (newValue != mBubblesEnabled) { in updateBubblesEnabled()1841 mBubblesEnabled = newValue; in updateBubblesEnabled()1847 return mBubblesEnabled; in bubblesEnabled()