Searched refs:BLOB_NULL (Results 1 – 3 of 3) sorted by relevance
34 import static com.android.server.healthconnect.storage.utils.StorageUtils.BLOB_NULL;445 columnInfo.add(new Pair<>(PLANNED_EXERCISE_SESSION_ID_COLUMN_NAME, BLOB_NULL)); in getAlterTableRequestForPlannedExerciseFeature()
24 import static com.android.server.healthconnect.storage.utils.StorageUtils.BLOB_NULL;160 columnInfo.add(new Pair<>(COMPLETED_SESSION_ID_COLUMN_NAME, BLOB_NULL)); in getAlterTableRequestForPlannedExerciseFeature()
85 public static final String BLOB_NULL = "BLOB NULL"; field in StorageUtils