MCPcopy Create free account
hub / github.com/exzhawk/EhViewer / getString

Method getString

app/src/main/java/com/hippo/ehviewer/GetText.java:32–35  ·  view source on GitHub ↗
(@StringRes int id)

Source from the content-addressed store, hash-verified

30 }
31
32 @NonNull
33 public static String getString(@StringRes int id) {
34 return sResources.getString(id);
35 }
36
37 @NonNull
38 public static String getString(@StringRes int id, Object... formatArgs) {

Callers 15

doThrowExceptionMethod · 0.95
parseMethod · 0.95
onPostExecuteMethod · 0.95
notifyGetImageFailureMethod · 0.95
requestMethod · 0.95
updatePageStateMethod · 0.95
downloadImageMethod · 0.95
runInternalMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected