Searched refs:scheduledExportStatus (Results 1 – 5 of 5) sorted by relevance
35 ScheduledExportStatus scheduledExportStatus = in testDeserialize() local41 Parcel statusParcel = writeToParcel(scheduledExportStatus); in testDeserialize()55 ScheduledExportStatus scheduledExportStatus = in testDeserialize_noSuccessfulExport() local59 Parcel statusParcel = writeToParcel(scheduledExportStatus); in testDeserialize_noSuccessfulExport()70 private static Parcel writeToParcel(ScheduledExportStatus scheduledExportStatus) { in writeToParcel() argument72 statusParcel.writeTypedObject(scheduledExportStatus, 0); in writeToParcel()
39 private var scheduledExportStatus: ScheduledExportStatus = DEFAULT_SCHEDULED_EXPORT_STATUS variable in com.android.healthconnect.controller.tests.utils.di.FakeHealthDataExportManager71 ?: run { outcomeReceiver.onResult(scheduledExportStatus) } in getScheduledExportStatus()90 fun setScheduledExportStatus(scheduledExportStatus: ScheduledExportStatus) { in setScheduledExportStatus()91 this.scheduledExportStatus = scheduledExportStatus in setScheduledExportStatus()113 scheduledExportStatus = DEFAULT_SCHEDULED_EXPORT_STATUS in reset()
42 val scheduledExportStatus: ScheduledExportStatus = in <lambda>() constant48 when (scheduledExportStatus.dataExportError) { in <lambda>()60 scheduledExportStatus.lastSuccessfulExportTime, in <lambda>()62 scheduledExportStatus.periodInDays) in <lambda>()
77 val scheduledExportStatus = in <lambda>() constant79 doAnswer(prepareAnswer(scheduledExportStatus)) in <lambda>()107 val scheduledExportStatus = in <lambda>() constant110 doAnswer(prepareAnswer(scheduledExportStatus)) in <lambda>()212 scheduledExportStatus: ScheduledExportStatus in <lambda>()216 receiver.onResult(scheduledExportStatus) in <lambda>()
58 val scheduledExportStatus = in <lambda>() constant62 scheduledExportStatus) in <lambda>()