Searched defs:otherResult (Results 1 – 2 of 2) sorted by relevance
138 CaptureResult::CaptureResult(CaptureResult &&otherResult) { in CaptureResult() function in android::CaptureResult144 CaptureResult::CaptureResult(const CaptureResult &otherResult) { in CaptureResult()
163 AndroidAccessibilityCheckerResult otherResult = (AndroidAccessibilityCheckerResult) other; in equals() local