Searched refs:mManifestIncludeMap (Results 1 – 1 of 1) sorted by relevance
1392 private final Map<String, Set<PathWithRequiredFlags>> mManifestIncludeMap; field in BackupAgent.IncludeExcludeRules1399 mManifestIncludeMap = manifestIncludeMap; in IncludeExcludeRules()1410 return mManifestIncludeMap; in getIncludeMap()1420 return Objects.hash(mManifestIncludeMap, mManifestExcludeSet); in hashCode()1433 return Objects.equals(mManifestIncludeMap, that.mManifestIncludeMap) && in equals()