Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java390 PropertyConfig otherProperty = (PropertyConfig) other; in equals() local
391 return BundleUtil.deepEquals(this.mBundle, otherProperty.mBundle); in equals()