Home | History | Annotate | Download | only in phone

Lines Matching refs:enable

199         public void enableNotificationAlerts(boolean enable) {
200 if (mIsNotificationEnabled != enable) {
201 mIsNotificationEnabled = enable;
213 public void enableExpandedView(boolean enable) {
214 if (mIsExpandedViewEnabled != enable) {
215 mIsExpandedViewEnabled = enable;
228 public void enableSystemBarNavigation(boolean enable) {
229 if (mIsSystemBarNavigationEnabled != enable) {
230 mIsSystemBarNavigationEnabled = enable;