Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAlertController.java21 @RealObject AlertController realAlertController; field in ShadowAlertController
32 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()