Home
last modified time | relevance | path

Searched refs:ERROR_INTERNAL (Results 1 – 11 of 11) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectServiceImpl.java23 import static android.health.connect.HealthConnectException.ERROR_INTERNAL;
427 logger.setHealthDataServiceApiStatusError(ERROR_INTERNAL); in insertRecords()
429 tryAndThrowException(callback, e, ERROR_INTERNAL); in insertRecords()
555 logger.setHealthDataServiceApiStatusError(ERROR_INTERNAL); in aggregateRecords()
557 tryAndThrowException(callback, e, ERROR_INTERNAL); in aggregateRecords()
754 logger.setHealthDataServiceApiStatusError(ERROR_INTERNAL); in readRecords()
756 tryAndThrowException(callback, illegalStateException, ERROR_INTERNAL); in readRecords()
766 logger.setHealthDataServiceApiStatusError(ERROR_INTERNAL); in readRecords()
768 tryAndThrowException(callback, e, ERROR_INTERNAL); in readRecords()
886 logger.setHealthDataServiceApiStatusError(ERROR_INTERNAL); in updateRecords()
[all …]
/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectException.java34 public static final int ERROR_INTERNAL = 2; field in HealthConnectException
124 ERROR_INTERNAL,
DHealthConnectManager.java630 HealthConnectException.ERROR_INTERNAL)); in aggregate()
643 new HealthConnectException(HealthConnectException.ERROR_INTERNAL)), in aggregate()
711 new HealthConnectException(HealthConnectException.ERROR_INTERNAL)), in aggregateGroupByDuration()
782 new HealthConnectException(HealthConnectException.ERROR_INTERNAL)), in aggregateGroupByPeriod()
1954 HealthConnectException.ERROR_INTERNAL, in getReadCallback()
/packages/modules/HealthFitness/framework/java/android/health/connect/migration/
DMigrationException.java52 public static final int ERROR_INTERNAL = 1; field in MigrationException
118 ERROR_INTERNAL,
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/migration/
DMigrationExceptionTest.java34 private static final int DEFAULT_ERROR_CODE = MigrationException.ERROR_INTERNAL;
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/metrics/
DRkpdClientOperation.java35 ERROR_INTERNAL(RkpdStatsLog.RKPD_CLIENT_OPERATION__RESULT__RESULT_ERROR_INTERNAL), enumConstant
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/
DRegistrationBinder.java273 metric.setResult(RkpdClientOperation.Result.ERROR_INTERNAL); in mapToGetKeyError()
323 metric.setResult(RkpdClientOperation.Result.ERROR_INTERNAL); in storeUpgradedKeyAsync()
DRemoteProvisioningService.java97 metric.setResult(RkpdClientOperation.Result.ERROR_INTERNAL); in getRegistration()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/
DTransactionManager.java20 import static android.health.connect.HealthConnectException.ERROR_INTERNAL;
804 ERROR_INTERNAL, "Expected to read an entry for update, but none found"); in updateRecord()
859 ERROR_INTERNAL, "Conflict found, but couldn't read the entry.", e); in insertOrReplaceRecord()
/packages/modules/HealthFitness/framework/api/
Dsystem-current.txt279 field public static final int ERROR_INTERNAL = 1; // 0x1
Dcurrent.txt59 field public static final int ERROR_INTERNAL = 2; // 0x2