Searched refs:mManifestIncludeMap (Results 1 – 1 of 1) sorted by relevance
1326 private final Map<String, Set<PathWithRequiredFlags>> mManifestIncludeMap; field in BackupAgent.IncludeExcludeRules1333 mManifestIncludeMap = manifestIncludeMap; in IncludeExcludeRules()1344 return mManifestIncludeMap; in getIncludeMap()1354 return Objects.hash(mManifestIncludeMap, mManifestExcludeSet); in hashCode()1367 return Objects.equals(mManifestIncludeMap, that.mManifestIncludeMap) && in equals()