Searched refs:mResourceDirs (Results 1 – 1 of 1) sorted by relevance
39 private final List<String> mResourceDirs = new ArrayList<>(); field in OverlayPaths65 addUniquePath(mPaths.mResourceDirs, overlayPath); in addApkPath()73 addUniquePath(mPaths.mResourceDirs, path); in addAll()97 return mResourceDirs.isEmpty() && mOverlayPaths.isEmpty(); in isEmpty()126 return mResourceDirs; in getResourceDirs()146 "resourceDirs = " + mResourceDirs + ", " + in toString()164 && Objects.equals(mResourceDirs, that.mResourceDirs) in equals()175 _hash = 31 * _hash + Objects.hashCode(mResourceDirs); in hashCode()