Home
last modified time | relevance | path

Searched refs:ApiMethod (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/logging/
DHealthConnectServiceStatsTests.java27 import android.healthfitness.api.ApiMethod;
82 StatsLog.EventMetricData event = getEventForApiMethod(data, ApiMethod.INSERT_DATA); in testInsertRecords()
100 StatsLog.EventMetricData event = getEventForApiMethod(data, ApiMethod.INSERT_DATA); in testInsertRecordsError()
119 StatsLog.EventMetricData event = getEventForApiMethod(data, ApiMethod.UPDATE_DATA); in testUpdateRecords()
138 StatsLog.EventMetricData event = getEventForApiMethod(data, ApiMethod.UPDATE_DATA); in testUpdateRecordsError()
161 if (atom.getApiMethod().equals(ApiMethod.DELETE_DATA) in testDeleteRecords()
181 getEventForApiMethod(data, ApiMethod.DELETE_DATA, ApiStatus.ERROR); in testDeleteRecordsError()
198 StatsLog.EventMetricData event = getEventForApiMethod(data, ApiMethod.READ_DATA); in testReadRecords()
217 StatsLog.EventMetricData event = getEventForApiMethod(data, ApiMethod.READ_DATA); in testReadRecordsError()
235 StatsLog.EventMetricData event = getEventForApiMethod(data, ApiMethod.GET_CHANGES_TOKEN); in testChangeLogTokenRequest()
[all …]
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/logging/
DHealthConnectServiceLogger.java216 public @interface ApiMethod {} annotation in HealthConnectServiceLogger.ApiMethods
369 public Builder(boolean holdsDataManagementPermission, @ApiMethods.ApiMethod int apiMethod) { in Builder()