Searched refs:setCustomTitle (Results 1 – 2 of 2) sorted by relevance
40 public void setCustomTitle(View customTitleView) { in setCustomTitle() method in ShadowAlertController42 directlyOn(realAlertController, AlertController.class).setCustomTitle(customTitleView); in setCustomTitle()
151 assertThat(builder.setCustomTitle(view)).isSameInstanceAs(builder); in shouldSetCustomTitleView()