Searched refs:replaceSpan (Results 1 – 1 of 1) sorted by relevance
491 replaceSpan(baseText, INSTALL_SOURCE_ANNOTATION_ID, installSourceLabel); in createDataSharingSourceMessageWithSpans()517 CharSequence updatedText = replaceSpan(baseText, PURPOSE_LIST_ANNOTATION_ID, purposesSpan); in createPurposeMessageWithBulletSpan()526 replaceSpan(baseText, PERMISSION_NAME_ANNOTATION_ID, permissionName); in createSettingsMessageWithSpans()531 private CharSequence replaceSpan( in replaceSpan() method in PermissionRationaleActivity