Searched refs:PrimaryKeyBundle (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/room/migration/src/test/java/androidx/room/migration/bundle/
H A DPrimaryKeyBundleTest.java32 PrimaryKeyBundle bundle = new PrimaryKeyBundle(true,
34 PrimaryKeyBundle other = new PrimaryKeyBundle(true,
41 PrimaryKeyBundle bundle = new PrimaryKeyBundle(true,
43 PrimaryKeyBundle other = new PrimaryKeyBundle(false,
50 PrimaryKeyBundle bundle = new PrimaryKeyBundle(tru
[all...]
H A DEntityBundleTest.java37 new PrimaryKeyBundle(false, asList("foo")),
43 new PrimaryKeyBundle(false, asList("foo")),
54 new PrimaryKeyBundle(false, asList("foo")),
60 new PrimaryKeyBundle(false, asList("foo")),
71 new PrimaryKeyBundle(false, asList("foo")),
77 new PrimaryKeyBundle(false, asList("foo")),
88 new PrimaryKeyBundle(false, asList("foo")),
95 new PrimaryKeyBundle(false, asList("foo")),
108 new PrimaryKeyBundle(false, asList("foo")),
114 new PrimaryKeyBundle(fals
[all...]
/frameworks/support/room/migration/src/main/java/androidx/room/migration/bundle/
H A DPrimaryKeyBundle.java31 public class PrimaryKeyBundle implements SchemaEquality<PrimaryKeyBundle> { class in inherits:SchemaEquality
37 public PrimaryKeyBundle(boolean autoGenerate, List<String> columnNames) { method in class:PrimaryKeyBundle
51 public boolean isSchemaEqual(PrimaryKeyBundle other) {
H A DEntityBundle.java51 private PrimaryKeyBundle mPrimaryKey;
72 PrimaryKeyBundle primaryKey,
130 public PrimaryKeyBundle getPrimaryKey() {
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
H A DPrimaryKey.kt18 import androidx.room.migration.bundle.PrimaryKeyBundle
37 fun toBundle(): PrimaryKeyBundle = PrimaryKeyBundle(

Completed in 846 milliseconds