Searched refs:mNotificationSwitch (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java142 private CompoundButton mNotificationSwitch; field in class:InstalledAppDetails
393 mNotificationSwitch.setChecked(enabled);
395 mNotificationSwitch.setEnabled(false);
397 mNotificationSwitch.setEnabled(true);
398 mNotificationSwitch.setOnCheckedChangeListener(this);
477 mNotificationSwitch = (CompoundButton) view.findViewById(R.id.notification_switch);
1165 getOwner().mNotificationSwitch.setChecked(true);
1266 final boolean enable = mNotificationSwitch.isChecked();
1269 mNotificationSwitch.setChecked(!enabled); // revert
1364 } else if (buttonView == mNotificationSwitch) {
[all...]

Completed in 544 milliseconds