Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DSession.java38 private String mShortMethodName; field in Session
74 return mShortMethodName; in getShortMethodName()
81 mShortMethodName = shortMethodName; in setShortMethodName()
152 (mShortMethodName.equals(otherSession.mShortMethodName)) && in equals()
213 methodName.append(mShortMethodName); in toString()