Searched defs:lastExportFileName (Results 1 – 3 of 3) sorted by relevance
130 @Nullable String lastExportFileName, in ScheduledExportStatus()299 public Builder setLastExportFileName(@Nullable String lastExportFileName) { in setLastExportFileName()
28 val lastExportFileName: String? = null, constant in com.android.healthconnect.controller.exportimport.api.ScheduledExportUiState
197 String lastExportFileName = null; in getScheduledExportStatus() local