Searched refs:onStartMethod (Results 1 – 1 of 1) sorted by relevance
121 Method onStartMethod = Dialog.class.getDeclaredMethod("onStart"); in show() local122 onStartMethod.setAccessible(true); in show()123 onStartMethod.invoke(realDialog); in show()