Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversationKey.java39 String subKey = senderName + "/" + senderUri; in createConversationKey() local
41 subKey = Utils.getInclusiveRecipientsUrisList(intent).toString(); in createConversationKey()
43 return new ConversationKey(device.getAddress(), subKey); in createConversationKey()
DCompositeKey.java30 protected CompositeKey(String deviceId, String subKey) { in CompositeKey() argument
32 mSubKey = subKey; in CompositeKey()