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.java107 private String mShortMethodName; field in Session
147 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()