Searched defs:otherResult (Results 1 – 2 of 2) sorted by relevance
126 CaptureResult::CaptureResult(CaptureResult &&otherResult) { in CaptureResult() function in android::CaptureResult132 CaptureResult::CaptureResult(const CaptureResult &otherResult) { in CaptureResult()
158 AppSearchResult<?> otherResult = (AppSearchResult<?>) other; in equals() local