Searched refs:returnIntIfNotEmpty (Results 1 – 1 of 1) sorted by relevance
47 return returnIntIfNotEmpty(numberOfMinutes.text.toString()) in getNumberOfMinutes()53 return returnIntIfNotEmpty(findViewById<EditText>(R.id.number_of_batches).text.toString()) in getNumberOfBatches()57 return returnIntIfNotEmpty(findViewById<EditText>(R.id.batch_size).text.toString()) in getNumberOfRecordsPerBatch()60 private fun returnIntIfNotEmpty(dataString: String): Long { in returnIntIfNotEmpty() method