Searched defs:isSchemaEqual (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/room/migration/src/main/java/androidx/room/migration/bundle/
H A DSchemaEquality.java29 boolean isSchemaEqual(T other); method in interface:SchemaEquality
H A DPrimaryKeyBundle.java51 public boolean isSchemaEqual(PrimaryKeyBundle other) { method in class:PrimaryKeyBundle
H A DFieldBundle.java64 public boolean isSchemaEqual(FieldBundle other) { method in class:FieldBundle
H A DDatabaseBundle.java109 public boolean isSchemaEqual(DatabaseBundle other) { method in class:DatabaseBundle
H A DForeignKeyBundle.java107 public boolean isSchemaEqual(ForeignKeyBundle other) { method in class:ForeignKeyBundle
H A DIndexBundle.java72 public boolean isSchemaEqual(IndexBundle other) { method in class:IndexBundle
H A DSchemaBundle.java109 public boolean isSchemaEqual(SchemaBundle other) { method in class:SchemaBundle
H A DEntityBundle.java183 public boolean isSchemaEqual(EntityBundle other) { method in class:EntityBundle

Completed in 216 milliseconds