Searched refs:QUOT_ENTITY (Results 1 – 3 of 3) sorted by relevance
24 import static com.android.SdkConstants.QUOT_ENTITY;221 sb.append(QUOT_ENTITY); in appendXmlAttributeValue()
567 public static final String QUOT_ENTITY = """; //$NON-NLS-1$ field in SdkConstants
21 import static com.android.SdkConstants.QUOT_ENTITY;1748 attrValue = attrValue.replace("\"", QUOT_ENTITY); //$NON-NLS-1$