(boolean value)
| 16 | private static final int MAX_SYNC_MODE = 2; |
| 17 | |
| 18 | public static String getSwitch(boolean value) { |
| 19 | return ResUtil.getString(value ? R.string.setting_on : R.string.setting_off); |
| 20 | } |
| 21 | |
| 22 | public static String getDoh() { |
| 23 | return Prefers.getString("doh"); |
no test coverage detected