HomeSort by relevance Sort by last modified time
    Searched refs:mRelativePath (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 71 private String mRelativePath;
76 mRelativePath = relativePath;
101 mRelativePath = relativePath;
117 return mRelativePath;
144 return mRelativePath.equals(objState.mRelativePath) &&
149 return normalizePath(mRelativePath).equals(normalizePath((String) obj));
157 return normalizePath(mRelativePath).hashCode();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 57 private String mRelativePath;
62 mRelativePath = relativePath;
70 return mRelativePath;

Completed in 658 milliseconds