Home
last modified time | relevance | path

Searched refs:FD_V4 (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.java89 private static final String FD_V4 = "v4"; //$NON-NLS-1$ field in AddSupportJarAction
211 File path = new File(result.getSecond(), FD_V4); in installSupport()
408 File path = new File(supportDir, FD_V4 + File.separator + ANDROID_SUPPORT_V4_JAR); in getSupportJarFile()