Home
last modified time | relevance | path

Searched refs:SUPPORT_LIBRARY_NAME (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DInstallDependencyPage.java53 static final String SUPPORT_LIBRARY_NAME = "android-support-v4"; //$NON-NLS-1$ field in InstallDependencyPage
187 if (SUPPORT_LIBRARY_NAME.equals(name)) { in isInstalled()
203 if (SUPPORT_LIBRARY_NAME.equals(sCachedName)) { in getInstalledSupportLibVersion()
207 sCachedName = SUPPORT_LIBRARY_NAME; in getInstalledSupportLibVersion()
224 if (name.equals(SUPPORT_LIBRARY_NAME)) { in updateVersionLabels()
242 && !dependencies.get(0).getFirst().equals(SUPPORT_LIBRARY_NAME)) { in validatePage()
273 if (SUPPORT_LIBRARY_NAME.equals(name)) { in widgetSelected()
DTemplateHandler.java29 … com.android.ide.eclipse.adt.internal.wizards.templates.InstallDependencyPage.SUPPORT_LIBRARY_NAME;
507 if (dependencyName.equals(SUPPORT_LIBRARY_NAME)) { in processVariables()