Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/migration/
DMigrationException.java71 @Nullable String message, @ErrorCode int errorCode, @Nullable String failedEntityId) { in MigrationException() argument
75 mFailedEntityId = failedEntityId; in MigrationException()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectServiceImpl.java2769 @Nullable String failedEntityId) { in tryAndThrowException() argument
2772 new MigrationException(exception.toString(), errorCode, failedEntityId)); in tryAndThrowException()