Searched refs:DATA_IMPORT_ERROR_NONE (Results 1 – 10 of 10) sorted by relevance
19 import static android.health.connect.exportimport.ImportStatus.DATA_IMPORT_ERROR_NONE;123 ExportImportSettingsStorage.setLastImportError(DATA_IMPORT_ERROR_NONE); in testConfigure_importStatus()126 .isEqualTo(Integer.toString(DATA_IMPORT_ERROR_NONE)); in testConfigure_importStatus()132 assertThat(importStatus.getDataImportError()).isEqualTo(DATA_IMPORT_ERROR_NONE); in testConfigure_importStatus()
20 import android.health.connect.exportimport.ImportStatus.DATA_IMPORT_ERROR_NONE in <lambda>()46 DATA_IMPORT_ERROR_NONE -> ImportUiState.DataImportError.DATA_IMPORT_ERROR_NONE in <lambda>()
23 DATA_IMPORT_ERROR_NONE,
21 import android.health.connect.exportimport.ImportStatus.DATA_IMPORT_ERROR_NONE58 DATA_IMPORT_ERROR_NONE, in <lambda>()67 .isEqualTo(ImportUiState.DataImportError.DATA_IMPORT_ERROR_NONE) in <lambda>()
43 public static final int DATA_IMPORT_ERROR_NONE = 0; field in ImportStatus71 DATA_IMPORT_ERROR_NONE,
19 import static android.health.connect.exportimport.ImportStatus.DATA_IMPORT_ERROR_NONE;106 ExportImportSettingsStorage.setLastImportError(DATA_IMPORT_ERROR_NONE); in runImport()
19 import static android.health.connect.exportimport.ImportStatus.DATA_IMPORT_ERROR_NONE;147 .isEqualTo(DATA_IMPORT_ERROR_NONE); in copiesAllData()
155 ? ImportStatus.DATA_IMPORT_ERROR_NONE in getImportStatus()
536 ImportUiState.DataImportError.DATA_IMPORT_ERROR_NONE,543 ImportUiState.DataImportError.DATA_IMPORT_ERROR_NONE, in reset()
90 ImportUiState.DataImportError.DATA_IMPORT_ERROR_NONE, in setup()