Searched refs:startingPosition (Results 1 – 5 of 5) sorted by relevance
63 int startingPosition = message.indexOf(formattedNumber); in showDeleteBlockedNumberDialog() local65 PhoneNumberUtils.addTtsSpan(messageSpannable, startingPosition, in showDeleteBlockedNumberDialog()66 startingPosition + formattedNumber.length()); in showDeleteBlockedNumberDialog()
76 int startingPosition = message.indexOf(formattedNumber); in showToastWithFormattedNumber() local78 PhoneNumberUtils.addTtsSpan(messageSpannable, startingPosition, in showToastWithFormattedNumber()79 startingPosition + formattedNumber.length()); in showToastWithFormattedNumber()
162 int startingPosition = confirmationMsg.indexOf(phoneNumber); in showMessageResultToast() local163 int endingPosition = startingPosition + phoneNumber.length(); in showMessageResultToast()166 PhoneNumberUtils.addTtsSpan(styledConfirmationMsg, startingPosition, endingPosition); in showMessageResultToast()
1265 int startingPosition = cursor.getPosition(); in getPreviousDayGroup() local1268 cursor.moveToPosition(startingPosition); in getPreviousDayGroup()1272 cursor.moveToPosition(startingPosition); in getPreviousDayGroup()1406 int startingPosition = cursor.getPosition(); in getCallIds() local1413 cursor.moveToPosition(startingPosition); in getCallIds()
815 int startingPosition = errorString.indexOf(number); in createErrorMessage() local816 int endingPosition = startingPosition + number.length(); in createErrorMessage()818 PhoneNumberUtils.addTtsSpan(result, startingPosition, endingPosition); in createErrorMessage()