Searched refs:ELLIPSIS (Results 1 – 2 of 2) sorted by relevance
9 private static final String ELLIPSIS= "..."; field in ComparisonCompactor68 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()73 …1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : ""); in computeCommonSuffix()
53 private static final String ELLIPSIS = "\u2026"; field in MediaProjectionPermissionActivity118 label = label.substring(0, offset) + ELLIPSIS; in onCreate()