Searched refs:getSessionIdMethod (Results 1 – 1 of 1) sorted by relevance
273 final Method getSessionIdMethod = confClass.getDeclaredMethod("getSessionId"); in testGetterMediaPlayer() local281 Integer sessionId = (Integer) getSessionIdMethod.invoke(config, (Object[]) null); in testGetterMediaPlayer()