Searched refs:BLOB_NON_NULL (Results 1 – 2 of 2) sorted by relevance
26 import static com.android.server.healthconnect.storage.utils.StorageUtils.BLOB_NON_NULL;177 columnInfo.add(new Pair<>(UUIDS_COLUMN_NAME, BLOB_NON_NULL)); in getColumnInfo()
87 public static final String BLOB_NON_NULL = "BLOB NOT NULL"; field in StorageUtils