Searched refs:mShortMethodName (Results 1 – 1 of 1) sorted by relevance
107 private String mShortMethodName; field in Session147 return mShortMethodName; in getShortMethodName()154 mShortMethodName = shortMethodName; in setShortMethodName()346 isSessionStarted = !mShortMethodName.equals(parentSession.mShortMethodName); in getFullMethodPath()357 sb.append(mShortMethodName); in getFullMethodPath()361 sb.append(mShortMethodName); in getFullMethodPath()379 result = 31 * result + (mShortMethodName != null ? mShortMethodName.hashCode() : 0); in hashCode()406 if (mShortMethodName != null ? !mShortMethodName.equals(session.mShortMethodName) in equals()407 : session.mShortMethodName != null) in equals()