MCPcopy Create free account
hub / github.com/CatimaLoyalty/Android / equals

Method equals

app/src/main/java/protect/card_locker/Utils.java:1131–1138  ·  view source on GitHub ↗
(final Object a, final Object b)

Source from the content-addressed store, hash-verified

1129 }
1130
1131 public static boolean equals(final Object a, final Object b) {
1132 if (a == null && b == null) {
1133 return true;
1134 } else if (a == null || b == null) {
1135 return false;
1136 }
1137 return a.equals(b);
1138 }
1139
1140 @SuppressLint("ClickableViewAccessibility")
1141 public static void makeTextViewLinksClickable(final TextView textView, final Spanned text) {

Callers 15

isDuplicateMethod · 0.95
onBindViewHolderMethod · 0.45
onTextChangedMethod · 0.45
onResumeMethod · 0.45
askBarcodeChangeMethod · 0.45
showDatePickerMethod · 0.45
showPartMethod · 0.45
getImageThumbnailMethod · 0.45
getImageFrontMethod · 0.45

Calls

no outgoing calls

Tested by 1