Searched refs:ERROR_INTERNAL (Results 1 – 11 of 11) sorted by relevance
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/ |
D | HealthConnectServiceImpl.java | 23 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/ |
D | HealthConnectException.java | 34 public static final int ERROR_INTERNAL = 2; field in HealthConnectException 124 ERROR_INTERNAL,
|
D | HealthConnectManager.java | 630 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/ |
D | MigrationException.java | 52 public static final int ERROR_INTERNAL = 1; field in MigrationException 118 ERROR_INTERNAL,
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/migration/ |
D | MigrationExceptionTest.java | 34 private static final int DEFAULT_ERROR_CODE = MigrationException.ERROR_INTERNAL;
|
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/metrics/ |
D | RkpdClientOperation.java | 35 ERROR_INTERNAL(RkpdStatsLog.RKPD_CLIENT_OPERATION__RESULT__RESULT_ERROR_INTERNAL), enumConstant
|
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/ |
D | RegistrationBinder.java | 273 metric.setResult(RkpdClientOperation.Result.ERROR_INTERNAL); in mapToGetKeyError() 323 metric.setResult(RkpdClientOperation.Result.ERROR_INTERNAL); in storeUpgradedKeyAsync()
|
D | RemoteProvisioningService.java | 97 metric.setResult(RkpdClientOperation.Result.ERROR_INTERNAL); in getRegistration()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/ |
D | TransactionManager.java | 20 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/ |
D | system-current.txt | 279 field public static final int ERROR_INTERNAL = 1; // 0x1
|
D | current.txt | 59 field public static final int ERROR_INTERNAL = 2; // 0x2
|