Searched refs:fullIMSI (Results 1 – 2 of 2) sorted by relevance
39 public boolean matches(String fullIMSI) { in matches() argument41 return mImsi.regionMatches(false, 0, fullIMSI, 0, mImsi.length()); in matches()43 return mImsi.equals(fullIMSI); in matches()
41 public boolean matches(String fullIMSI) { in matches() argument43 return mImsi.regionMatches(false, 0, fullIMSI, 0, mImsi.length()); in matches()46 return mImsi.equals(fullIMSI); in matches()