Home
last modified time | relevance | path

Searched refs:LT_ENTITY (Results 1 – 4 of 4) sorted by relevance

/sdk/common/src/com/android/utils/
DXmlUtils.java23 import static com.android.SdkConstants.LT_ENTITY;
223 sb.append(LT_ENTITY); in appendXmlAttributeValue()
245 sb.append(LT_ENTITY); in appendXmlTextValue()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DDescriptorsUtils.java34 import static com.android.SdkConstants.LT_ENTITY;
668 s = s.replaceAll(LT_ENTITY, "\""); //$NON-NLS-1$ $NON-NLS-2$
/sdk/common/src/com/android/
DSdkConstants.java571 public static final String LT_ENTITY = "<"; //$NON-NLS-1$ field in SdkConstants
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java20 import static com.android.SdkConstants.LT_ENTITY;
1501 sb.append(LT_ENTITY);