Searched refs:startingPosition (Results 1 – 5 of 5) sorted by relevance
51 int startingPosition = message.indexOf(finalFormattedNumber); in showToastWithFormattedNumber() local53 PhoneNumberUtils.addTtsSpan(messageSpannable, startingPosition, in showToastWithFormattedNumber()54 startingPosition + finalFormattedNumber.length()); in showToastWithFormattedNumber()
65 int startingPosition = message.indexOf(formattedNumber); in showDeleteBlockedNumberDialog() local67 PhoneNumberUtils.addTtsSpan(messageSpannable, startingPosition, in showDeleteBlockedNumberDialog()68 startingPosition + formattedNumber.length()); in showDeleteBlockedNumberDialog()
150 int startingPosition = confirmationMsg.indexOf(phoneNumber); in showMessageSentToast() local151 int endingPosition = startingPosition + phoneNumber.length(); in showMessageSentToast()154 PhoneNumberUtils.addTtsSpan(styledConfirmationMsg, startingPosition, endingPosition); in showMessageSentToast()
1038 int startingPosition = cursor.getPosition(); in getPreviousDayGroup() local1041 cursor.moveToPosition(startingPosition); in getPreviousDayGroup()1045 cursor.moveToPosition(startingPosition); in getPreviousDayGroup()1153 int startingPosition = cursor.getPosition(); in getCallIds() local1160 cursor.moveToPosition(startingPosition); in getCallIds()
583 int startingPosition = errorString.indexOf(number); in createErrorMessage() local584 int endingPosition = startingPosition + number.length(); in createErrorMessage()586 PhoneNumberUtils.addTtsSpan(result, startingPosition, endingPosition); in createErrorMessage()