Searched refs:sMobilePhoneLabelSet (Results 1 – 1 of 1) sorted by relevance
126 private static final Set<String> sMobilePhoneLabelSet; field in VCardUtils178 sMobilePhoneLabelSet = new HashSet<String>(Arrays.asList(281 return ("_AUTO_CELL".equals(label) || sMobilePhoneLabelSet.contains(label)); in isMobilePhoneLabel()