MCPcopy Create free account
hub / github.com/amahi/android / getString

Method getString

src/main/java/org/amahi/anywhere/util/Preferences.java:43–45  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

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);

Callers 15

getAppCookiesMethod · 0.95
onDrawerOpenedMethod · 0.80
getNavigationTitleMethod · 0.80
onSharesSelectedMethod · 0.80
onAppsSelectedMethod · 0.80
runMethod · 0.80
isConnectionAvailableMethod · 0.80
isConnectionAutoMethod · 0.80
isConnectionLocalMethod · 0.80
getPreferenceMethod · 0.80
onPreferenceClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected