MCPcopy
hub / github.com/razerdp/BasePopup / contains

Method contains

app/src/main/java/razerdp/demo/utils/StringUtil.java:45–50  ·  view source on GitHub ↗
(String source, String key)

Source from the content-addressed store, hash-verified

43 }
44
45 public static boolean contains(String source, String key) {
46 if (noEmpty(source)) {
47 return source.contains(key);
48 }
49 return false;
50 }
51
52 public static CharSequence trim(CharSequence cs) {
53 int len = cs.length();

Callers 6

layoutInternalMethod · 0.45
touchInDecorViewMethod · 0.45
dispatchTouchEventMethod · 0.45
scriptBlurMethod · 0.45
checkMethod · 0.45
isRightRomMethod · 0.45

Calls 1

noEmptyMethod · 0.95

Tested by

no test coverage detected