Searched refs:APP_INFO_ID_COLUMN_NAME (Results 1 – 11 of 11) sorted by relevance
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/ |
D | RecordHelper.java | 92 public static final String APP_INFO_ID_COLUMN_NAME = "app_info_id"; field in RecordHelper 116 .setPackageFilter(APP_INFO_ID_COLUMN_NAME, List.of()) in getDeleteRequestForAutoDelete() 155 APP_INFO_ID_COLUMN_NAME, in getAggregateTableRequest() 166 APP_INFO_ID_COLUMN_NAME, appInfoHelper.getAppInfoIds(packageFilters)); in getAggregateTableRequest() 230 Collections.singletonList(APP_INFO_ID_COLUMN_NAME), in getCreateTableRequest() 439 .setColumnNames(new ArrayList<>(List.of(APP_INFO_ID_COLUMN_NAME))) in getReadTableRequestWithDistinctAppInfoIds() 560 long appInfoId = getCursorLong(cursor, APP_INFO_ID_COLUMN_NAME); in getRecord() 600 APP_INFO_ID_COLUMN_NAME, in getDeleteTableRequest() 609 .setEnforcePackageCheck(APP_INFO_ID_COLUMN_NAME, UUID_COLUMN_NAME); in getDeleteTableRequest() 723 clauses.addWhereInLongsClause(APP_INFO_ID_COLUMN_NAME, appInfoIds); in getReadTableWhereClause() [all …]
|
D | MedicalDataSourceHelper.java | 19 …atic com.android.server.healthconnect.storage.datatypehelpers.RecordHelper.APP_INFO_ID_COLUMN_NAME; 55 Pair.create(APP_INFO_ID_COLUMN_NAME, INTEGER), in getColumnInfo() 65 Collections.singletonList(APP_INFO_ID_COLUMN_NAME), in getCreateTableRequest()
|
D | ExerciseSessionRecordHelper.java | 403 APP_INFO_ID_COLUMN_NAME, List.of(appId)); in getExtraDataReadRequests() 499 + APP_INFO_ID_COLUMN_NAME in getReadRequestsForRecordsModifiedByUpsertion() 521 APP_INFO_ID_COLUMN_NAME, in getReadRequestsForRecordsModifiedByUpsertion() 541 APP_INFO_ID_COLUMN_NAME, in getReadRequestsForRecordsModifiedByDeletion()
|
D | MergeDataHelper.java | 25 …atic com.android.server.healthconnect.storage.datatypehelpers.RecordHelper.APP_INFO_ID_COLUMN_NAME; 354 StorageUtils.getCursorLong(cursor, APP_INFO_ID_COLUMN_NAME), in getRecordData()
|
D | IntervalRecordHelper.java | 226 APP_INFO_ID_COLUMN_NAME, in getPriorityAggregationColumnNames()
|
D | PlannedExerciseSessionRecordHelper.java | 598 APP_INFO_ID_COLUMN_NAME, in getReadRequestsForRecordsModifiedByDeletion()
|
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/ |
D | MedicalDataSourceHelperTest.java | 22 …atic com.android.server.healthconnect.storage.datatypehelpers.RecordHelper.APP_INFO_ID_COLUMN_NAME; 47 Pair.create(APP_INFO_ID_COLUMN_NAME, INTEGER), in getCreateTableRequest_correctResult() 54 Collections.singletonList(APP_INFO_ID_COLUMN_NAME), in getCreateTableRequest_correctResult()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/ |
D | AggregationRecordData.java | 24 …atic com.android.server.healthconnect.storage.datatypehelpers.RecordHelper.APP_INFO_ID_COLUMN_NAME; 91 StorageUtils.getCursorLong(cursor, APP_INFO_ID_COLUMN_NAME), in populateAggregationData()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/ |
D | AggregateTableRequest.java | 25 …atic com.android.server.healthconnect.storage.datatypehelpers.RecordHelper.APP_INFO_ID_COLUMN_NAME; 146 builder.append(APP_INFO_ID_COLUMN_NAME).append(", "); in getCommandToFetchAggregateMetadata() 348 packageIds.add(StorageUtils.getCursorLong(metaDataCursor, APP_INFO_ID_COLUMN_NAME)); in updateResultWithDataOriginPackageNames()
|
D | UpsertTransactionRequest.java | 184 RecordHelper.APP_INFO_ID_COLUMN_NAME, in generateWhereClausesForUpdate()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/ |
D | TransactionManager.java | 26 …atic com.android.server.healthconnect.storage.datatypehelpers.RecordHelper.APP_INFO_ID_COLUMN_NAME; 319 cursorAdditionalUuids, APP_INFO_ID_COLUMN_NAME), in deleteAll() 627 APP_INFO_ID_COLUMN_NAME))); in getDistinctPackageNamesForRecordsTable() 932 StorageUtils.getCursorLong(cursorAdditionalUuids, APP_INFO_ID_COLUMN_NAME), in addChangelogsForOtherModifiedRecords()
|