Searched refs:replacementText (Results 1 – 2 of 2) sorted by relevance
72 String replacementText = devicePolicyManager.getResources().getString( in updateTextOnDialog() local74 if (replacementText != null) { in updateTextOnDialog()75 textView.setText(replacementText); in updateTextOnDialog()
534 CharSequence replacementText) { in replaceSpan() argument547 text.replace(spanStart, spanEnd, replacementText); in replaceSpan()