Searched refs:realAlertController (Results 1 – 1 of 1) sorted by relevance
21 @RealObject AlertController realAlertController; field in ShadowAlertController32 directlyOn(realAlertController, AlertController.class).setTitle(title); in setTitle()42 directlyOn(realAlertController, AlertController.class).setCustomTitle(customTitleView); in setCustomTitle()52 directlyOn(realAlertController, AlertController.class).setMessage(message); in setMessage()62 directlyOn(realAlertController, AlertController.class).setView(view); in setView()73 directlyOn(realAlertController, AlertController.class).setIcon(iconId); in setIcon()85 …return ReflectionHelpers.<ListView>callInstanceMethod(realAlertController, "getListView").getAdapt… in getAdapter()