Searched refs:overlaps (Results 1 – 8 of 8) sorted by relevance
49 bool overlaps(const UidRanges& other) const;
127 if (iter != mUidRangeMap.end() && uidRanges.overlaps(iter->second)) { in canAddUidRanges()
146 bool UidRanges::overlaps(const UidRanges& other) const { in overlaps() function in android::net::UidRanges
66 inline bool overlaps(const VersionRange& other) const { in overlaps() function
163 [&](const auto& e) { return e.overlaps(otherVr); }); in insertVersionRanges()
760 bool overlaps(const Box& other) const {
280 # This overlaps with more precise declarations in Android's policy. The