Searched refs:importStatus (Results 1 – 5 of 5) sorted by relevance
35 private var importStatus: ImportStatus = DEFAULT_IMPORT_STATUS variable in com.android.healthconnect.controller.tests.utils.di.FakeHealthDataImportManager43 ?: run { outcomeReceiver.onResult(importStatus) } in getImportStatus()46 fun setImportStatus(importStatus: ImportStatus) { in setImportStatus()47 this.importStatus = importStatus in setImportStatus()55 importStatus = DEFAULT_IMPORT_STATUS in reset()
32 ImportStatus importStatus = in testDeserialize() local35 Parcel statusParcel = writeToParcel(importStatus); in testDeserialize()46 ImportStatus importStatus = in testDeserialize_noSuccessfulImport() local49 Parcel statusParcel = writeToParcel(importStatus); in testDeserialize_noSuccessfulImport()58 private static Parcel writeToParcel(ImportStatus importStatus) { in writeToParcel() argument60 statusParcel.writeTypedObject(importStatus, 0); in writeToParcel()
40 val importStatus: ImportStatus = suspendCancellableCoroutine { continuation -> in <lambda>() constant44 when (importStatus.dataImportError) { in <lambda>()55 return ImportUiState(dataImportError, importStatus.isImportOngoing) in <lambda>()
56 val importStatus = in <lambda>() constant61 (healthDataImportManager as FakeHealthDataImportManager).setImportStatus(importStatus) in <lambda>()
130 ImportStatus importStatus = ExportImportSettingsStorage.getImportStatus(); in testConfigure_importStatus() local132 assertThat(importStatus.getDataImportError()).isEqualTo(DATA_IMPORT_ERROR_NONE); in testConfigure_importStatus()