Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTabSpecTest.java55 assertThat(shadowOf(spec).getIndicatorLabel()).isEqualTo("labelText"); in shouldGetAndSetTheIndicatorLabel()
67 assertThat(shadowOf(spec).getIndicatorLabel()).isEqualTo("labelText"); in shouldGetAndSetTheIndicatorLabelAndIcon()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTabHost.java161 public String getIndicatorLabel() { in getIndicatorLabel() method in ShadowTabHost.ShadowTabSpec