(String key)
| 143 | } |
| 144 | |
| 145 | public int getIntState(String key) { |
| 146 | try { |
| 147 | return this.mCarService.getIntState(key); |
| 148 | } catch (Exception e) { |
| 149 | return 0; |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | public String getStringState(String key) { |
| 154 | try { |
nothing calls this directly
no test coverage detected