Searched refs:ReadRecords (Results 1 – 2 of 2) sorted by relevance
38 ToolboxProxyPayload.ReadRecords( in onViewCreated()46 callToolbox2(ToolboxProxyPayload.ReadRecords(type = StepsRecord::class.java)) in onViewCreated()
79 data class ReadRecords( dataClass181 is ToolboxProxyPayload.ReadRecords -> readRecords(payload) in doWork()191 private suspend inline fun readRecords(payload: ToolboxProxyPayload.ReadRecords): String = in readRecords()