Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/Logging/
DSession.java133 private String mShortMethodName; field in Session
173 return mShortMethodName; in getShortMethodName()
180 mShortMethodName = shortMethodName; in setShortMethodName()
380 isSessionStarted = !mShortMethodName.equals(parentSession.mShortMethodName); in getFullMethodPath()
391 sb.append(mShortMethodName); in getFullMethodPath()
395 sb.append(mShortMethodName); in getFullMethodPath()
413 result = 31 * result + (mShortMethodName != null ? mShortMethodName.hashCode() : 0); in hashCode()
440 if (mShortMethodName != null ? !mShortMethodName.equals(session.mShortMethodName) in equals()
441 : session.mShortMethodName != null) in equals()