Searched refs:outputWatcher (Results 1 – 2 of 2) sorted by relevance
98 mOutput.addTextChangedListener(mExpectation.outputWatcher); in expectAutoFill()112 mExpectation.outputWatcher.assertAutoFilled(); in assertAutoFilled()147 private final MultipleTimesTextWatcher outputWatcher; field in AbstractTimePickerActivity.FillExpectation152 outputWatcher = new MultipleTimesTextWatcher("output", 2, mOutput, output); in FillExpectation()
102 mOutput.addTextChangedListener(mExpectation.outputWatcher); in expectAutoFill()115 mExpectation.outputWatcher.assertAutoFilled(); in assertAutoFilled()148 private final MultipleTimesTextWatcher outputWatcher; field in AbstractDatePickerActivity.FillExpectation153 outputWatcher = new MultipleTimesTextWatcher("output", 2, mOutput, output); in FillExpectation()