Searched refs:startIx (Results 1 – 1 of 1) sorted by relevance
798 final int startIx = contactDeviceProvider.indexOf(deviceProvider); in handleSupportUrl() local799 final int endIx = startIx + deviceProvider.length(); in handleSupportUrl()800 spannableString.setSpan(span, startIx, endIx, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in handleSupportUrl()