Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DCompositeKey.java28 private final String mSubKey; field in CompositeKey
32 mSubKey = subKey; in CompositeKey()
47 && Objects.equals(mSubKey, that.mSubKey); in equals()
62 return Objects.hash(mDeviceId, mSubKey); in hashCode()
68 getClass().getSimpleName(), mDeviceId, mSubKey); in toString()
78 return mSubKey; in getSubKey()