Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DAddSupportJarAction.java93 private static final String ANDROID_SUPPORT_V4_JAR = "android-support-v4.jar"; //$NON-NLS-1$ field in AddSupportJarAction
212 final File jarPath = new File(path, ANDROID_SUPPORT_V4_JAR); in installSupport()
408 File path = new File(supportDir, FD_V4 + File.separator + ANDROID_SUPPORT_V4_JAR); in getSupportJarFile()