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

/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java127 private CompoundButton mNotificationSwitch; field in class:InstalledAppDetails
350 mNotificationSwitch.setChecked(enabled);
352 mNotificationSwitch.setEnabled(false);
354 mNotificationSwitch.setEnabled(true);
355 mNotificationSwitch.setOnCheckedChangeListener(this);
411 mNotificationSwitch = (CompoundButton) view.findViewById(R.id.notification_switch);
925 getOwner().mNotificationSwitch.setChecked(true);
1009 final boolean enable = mNotificationSwitch.isChecked();
1012 mNotificationSwitch.setChecked(!enabled); // revert
1092 } else if (buttonView == mNotificationSwitch) {
[all...]

Completed in 31 milliseconds