MCPcopy Create free account
hub / github.com/FongMi/TV / getString

Method getString

app/src/main/java/com/fongmi/android/tv/utils/ResUtil.java:97–99  ·  view source on GitHub ↗
(@StringRes int resId)

Source from the content-addressed store, hash-verified

95 }
96
97 public static String getString(@StringRes int resId) {
98 return App.get().getResources().getString(resId);
99 }
100
101 public static String getString(@StringRes int resId, Object... formatArgs) {
102 return App.get().getResources().getString(resId, formatArgs);

Callers 15

getTextMethod · 0.95
initViewMethod · 0.95
onBindViewHolderMethod · 0.95
ArrayAdapterMethod · 0.95
initViewMethod · 0.95
initViewMethod · 0.95
initViewMethod · 0.95
showMethod · 0.95
getErrorMethod · 0.95
showMethod · 0.95
allMethod · 0.95

Calls 2

getMethod · 0.95
getResourcesMethod · 0.80

Tested by

no test coverage detected