Searched refs:exceptionsByFileName (Results 1 – 2 of 2) sorted by relevance
246 Map<String, HealthConnectException> exceptionsByFileName, in stageAllHealthConnectRemoteData() argument274 exceptionsByFileName.put( in stageAllHealthConnectRemoteData()284 exceptionsByFileName.put( in stageAllHealthConnectRemoteData()292 exceptionsByFileName.put( in stageAllHealthConnectRemoteData()308 if (exceptionsByFileName.isEmpty()) { in stageAllHealthConnectRemoteData()313 callback.onError(new StageRemoteDataException(exceptionsByFileName)); in stageAllHealthConnectRemoteData()
1800 Map<String, HealthConnectException> exceptionsByFileName = in stageAllHealthConnectRemoteData() local1817 exceptionsByFileName.put( in stageAllHealthConnectRemoteData()1835 pfdsByFileName, exceptionsByFileName, userHandle, callback); in stageAllHealthConnectRemoteData()1842 exceptionsByFileName.put("", new HealthConnectException(errorCode, e.getMessage())); in stageAllHealthConnectRemoteData()1844 callback.onError(new StageRemoteDataException(exceptionsByFileName)); in stageAllHealthConnectRemoteData()