Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java146 AppSearchSchema otherSchema = (AppSearchSchema) other; in equals() local
147 if (!getSchemaType().equals(otherSchema.getSchemaType())) { in equals()
150 return getProperties().equals(otherSchema.getProperties()); in equals()