Searched refs:BLOB_UNIQUE_NON_NULL (Results 1 – 3 of 3) sorted by relevance
26 import static com.android.server.healthconnect.storage.utils.StorageUtils.BLOB_UNIQUE_NON_NULL;106 Pair.create(UUID_COLUMN_NAME, BLOB_UNIQUE_NON_NULL), in getColumnInfo()
28 import static com.android.server.healthconnect.storage.utils.StorageUtils.BLOB_UNIQUE_NON_NULL;852 columnInfo.add(new Pair<>(UUID_COLUMN_NAME, BLOB_UNIQUE_NON_NULL)); in getColumnInfo()
86 public static final String BLOB_UNIQUE_NON_NULL = "BLOB NOT NULL UNIQUE"; field in StorageUtils