Searched refs:getCurrentThreshold (Results 1 – 2 of 2) sorted by relevance
61 assertThat(dialog.getCurrentThreshold()).isEqualTo(twoGB); in dialogInit_validValue_showsCurrentValue()69 assertThat(dialog.getCurrentThreshold()).isEqualTo(0); in dialogInit_lowInvalidValue_showsLowestPossibleValue()110 assertThat(dialog.getCurrentThreshold()).isEqualTo( in getCurrentThreshold_aboveLimit_returnLimit()
123 long newThreshold = getCurrentThreshold(); in onClick()132 public long getCurrentThreshold() { in getCurrentThreshold() method in UsageBytesThresholdPickerDialog