Searched refs:TAG_APPLICATION (Results 1 – 6 of 6) sorted by relevance
26 import static com.android.SdkConstants.TAG_APPLICATION;252 TAG_APPLICATION, in getApplicableElements()278 if (!TAG_APPLICATION.equals(parentNode.getNodeName()) in visitElement()383 if (tag.equals(TAG_APPLICATION)) { in visitElement()
25 import static com.android.SdkConstants.TAG_APPLICATION;132 TAG_APPLICATION, in getApplicableElements()
31 import static com.android.SdkConstants.TAG_APPLICATION;314 TAG_APPLICATION, in getApplicableElements()349 } else if (tag.equals(TAG_APPLICATION)) { in visitElement()
30 import static com.android.SdkConstants.TAG_APPLICATION;243 && parent.getNodeName().equals(TAG_APPLICATION)) { in isUnprotectedByPermission()
34 import static com.android.SdkConstants.TAG_APPLICATION;1217 return Collections.singletonList(TAG_APPLICATION); in getApplicableElements()1222 assert element.getTagName().equals(TAG_APPLICATION); in visitElement()
598 public static final String TAG_APPLICATION = "application"; //$NON-NLS-1$ field in SdkConstants