Searched refs:TAG_STRING (Results 1 – 10 of 10) sorted by relevance
124 SdkConstants.TAG_STRING); in internalGetResIdsForFile()127 SdkConstants.TAG_STRING)) { in internalGetResIdsForFile()
1189 final String NODE_STRING = SdkConstants.TAG_STRING;
28 import static com.android.SdkConstants.TAG_STRING;103 TAG_STRING, in ValuesDescriptors()
20 import static com.android.SdkConstants.TAG_STRING;157 return Collections.singletonList(TAG_STRING); in getApplicableElements()
34 import static com.android.SdkConstants.TAG_STRING;187 return Arrays.asList(BUTTON, TAG_STRING); in getApplicableElements()230 if (phase == 1 && tagName.equals(TAG_STRING)) { in visitElement()
19 import static com.android.SdkConstants.TAG_STRING;208 TAG_STRING, in getApplicableElements()
24 import static com.android.SdkConstants.TAG_STRING;137 TAG_STRING, in getApplicableElements()
23 import static com.android.SdkConstants.TAG_STRING;183 return Collections.singletonList(TAG_STRING); in getApplicableElements()
21 import static com.android.SdkConstants.TAG_STRING;911 if (TAG_STRING.equals(curr.getNodeName())) { in isMarkupElement()932 || tag.equals(TAG_STRING) in isSingleLineTag()
609 public static final String TAG_STRING = "string"; //$NON-NLS-1$ field in SdkConstants