Home
last modified time | relevance | path

Searched refs:returnIntIfNotEmpty (Results 1 – 1 of 1) sorted by relevance

/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DPerformanceTestingLinearLayout.kt47 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