Searched refs:mRelativePath (Results 1 – 2 of 2) sorted by relevance
71 private String mRelativePath; field in ProjectState.LibraryState76 mRelativePath = relativePath; in LibraryState()101 mRelativePath = relativePath; in setRelativePath()117 return mRelativePath; in getRelativePath()144 return mRelativePath.equals(objState.mRelativePath) && in equals()149 return normalizePath(mRelativePath).equals(normalizePath((String) obj)); in equals()157 return normalizePath(mRelativePath).hashCode(); in hashCode()
57 private String mRelativePath; field in ImportedProject62 mRelativePath = relativePath; in ImportedProject()70 return mRelativePath; in getRelativePath()