Searched defs:mNotifyView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOptions.java62 private CheckBox mNotifyView; field in class:AccountSetupOptions
93 mNotifyView = UiUtilities.getView(this, R.id.account_notify);
127 mNotifyView.setChecked(true); // By default, we want notifications on
258 accountPreferences.setDefaultInboxNotificationsEnabled(mNotifyView.isChecked());

Completed in 33 milliseconds