Lines Matching refs:enable
204 public void enableNotificationAlerts(boolean enable) {
205 if (mIsNotificationEnabled != enable) {
206 mIsNotificationEnabled = enable;
218 public void enableExpandedView(boolean enable) {
219 if (mIsExpandedViewEnabled != enable) {
220 mIsExpandedViewEnabled = enable;
233 public void enableSystemBarNavigation(boolean enable) {
234 if (mIsSystemBarNavigationEnabled != enable) {
235 mIsSystemBarNavigationEnabled = enable;