Home
last modified time | relevance | path

Searched refs:otherMatchRange (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchResult.java836 MatchRange otherMatchRange = (MatchRange) other; in equals() local
837 return this.getStart() == otherMatchRange.getStart() in equals()
838 && this.getEnd() == otherMatchRange.getEnd(); in equals()