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