OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUPPORT_LIBRARY_NAME
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java
53
static final String
SUPPORT_LIBRARY_NAME
= "android-support-v4"; //$NON-NLS-1$
187
if (
SUPPORT_LIBRARY_NAME
.equals(name)) {
203
if (
SUPPORT_LIBRARY_NAME
.equals(sCachedName)) {
207
sCachedName =
SUPPORT_LIBRARY_NAME
;
224
if (name.equals(
SUPPORT_LIBRARY_NAME
)) {
242
&& !dependencies.get(0).getFirst().equals(
SUPPORT_LIBRARY_NAME
)) {
273
if (
SUPPORT_LIBRARY_NAME
.equals(name)) {
TemplateHandler.java
29
import static com.android.ide.eclipse.adt.internal.wizards.templates.InstallDependencyPage.
SUPPORT_LIBRARY_NAME
;
507
if (dependencyName.equals(
SUPPORT_LIBRARY_NAME
)) {
[
all
...]
Completed in 59 milliseconds