(String key)
| 41 | } |
| 42 | |
| 43 | private String getString(String key) { |
| 44 | return preferences.getString(key, Defaults.STRING); |
| 45 | } |
| 46 | |
| 47 | public void setAppCookies(String appHost, String appCookies) { |
| 48 | setString(appHost, appCookies); |
no outgoing calls
no test coverage detected