(String key)
| 65 | protected SettingReceiver onSettingsChanged = new SettingReceiver() { |
| 66 | |
| 67 | public void onSettingChanged(String key) { |
| 68 | setEnabled(); |
| 69 | } |
| 70 | }; |
| 71 | |
| 72 | public void setupEnvironment() { |
nothing calls this directly
no test coverage detected