Searched refs:mBubblesEnabledGlobally (Results 1 – 1 of 1) sorted by relevance
168 private boolean mBubblesEnabledGlobally = DEFAULT_GLOBAL_ALLOW_BUBBLE; field in PreferencesHelper2285 if (newValue != mBubblesEnabledGlobally) { in updateBubblesEnabled()2286 mBubblesEnabledGlobally = newValue; in updateBubblesEnabled()2292 return mBubblesEnabledGlobally; in bubblesEnabled()