Searched defs:nonNull (Results 1 – 7 of 7) sorted by relevance
30 val nonNull = field.element.hasAnnotation(NonNull::class) constant
48 val nonNull = element.isNonNull() && (parent == null || parent.isNonNullRecursively()) constant in androidx.room.vo.Field
40 public FieldBundle(String fieldPath, String columnName, String affinity, boolean nonNull) { in FieldBundle()
95 public void nonNull() { in nonNull() method in TableInfoTest
269 public static Bundle nonNull(@Nullable Bundle in) { in nonNull() method in UserRestrictionsUtils
90 bool nonNull = reply.readInt32(); in requestBuffer() local208 bool nonNull = reply.readInt32(); in detachNextBuffer() local
2062 static Part nonNull(Part part) { in nonNull() method in Uri.Part