Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGenericDocument.java862 GenericDocument otherDocument = (GenericDocument) other; in equals() local
863 return BundleUtil.deepEquals(this.mBundle, otherDocument.mBundle); in equals()