Searched refs:mScheduleIntervalTextBox (Results 1 – 1 of 1) sorted by relevance
59 private EditText mScheduleIntervalTextBox; field in MainActivity96 mScheduleIntervalTextBox = findViewById(R.id.schedule_interval_text_box); in onCreate()219 if (mScheduleIntervalTextBox.getText() != null in scheduleTraining()220 && mScheduleIntervalTextBox.getText().toString() != null in scheduleTraining()221 && !mScheduleIntervalTextBox.getText().toString().isBlank()) { in scheduleTraining()224 Long.parseUnsignedLong(mScheduleIntervalTextBox.getText().toString())); in scheduleTraining()