Home
last modified time | relevance | path

Searched refs:BLOB_NULL (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DExerciseSessionRecordHelper.java34 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()
DPlannedExerciseSessionRecordHelper.java24 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()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/
DStorageUtils.java85 public static final String BLOB_NULL = "BLOB NULL"; field in StorageUtils