Searched refs:restingIndication (Results 1 – 2 of 2) sorted by relevance
473 String restingIndication = "Resting indication"; in updateMonitor_listenerUpdatesIndication() local482 mController.setRestingIndication(restingIndication); in updateMonitor_listenerUpdatesIndication()489 assertThat(mTextView.getText()).isEqualTo(restingIndication); in updateMonitor_listenerUpdatesIndication()
301 public void setRestingIndication(String restingIndication) { in setRestingIndication() argument302 mRestingIndication = restingIndication; in setRestingIndication()