Searched refs:sessionName (Results 1 – 2 of 2) sorted by relevance
470 String sessionName = getSessionId(); in buildMessage() local471 String sessionPostfix = TextUtils.isEmpty(sessionName) ? "" : ": " + sessionName; in buildMessage()
92 void sessionComplete(String sessionName, long timeMs); in sessionComplete() argument