Searched refs:RESTRICT (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/ |
D | ForeignKeyAction.kt | 26 RESTRICT(ForeignKey.RESTRICT, "RESTRICT"),
|
D | Entity.kt | 73 || it.onDelete == ForeignKeyAction.RESTRICT) in <lambda>()
|
/frameworks/support/room/common/src/main/java/androidx/room/ |
D | ForeignKey.java | 132 int RESTRICT = 2; field 166 @IntDef({NO_ACTION, RESTRICT, SET_NULL, SET_DEFAULT, CASCADE})
|
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/vo/ |
D | EntityTest.kt | 38 createForeignKey("Restrict", ForeignKeyAction.RESTRICT, false), in shouldBeDeletedAfter() 39 createForeignKey("RestrictDeferred", ForeignKeyAction.RESTRICT, true), in shouldBeDeletedAfter()
|
/frameworks/support/room/common/api_legacy/ |
D | 1.0.0.txt | 40 field public static final int RESTRICT = 2; // 0x2
|
/frameworks/support/room/common/api/ |
D | current.txt | 42 field public static final int RESTRICT = 2; // 0x2
|