Searched refs:subKey (Results 1 – 2 of 2) sorted by relevance
39 String subKey = senderName + "/" + senderUri; in createConversationKey() local41 subKey = Utils.getInclusiveRecipientsUrisList(intent).toString(); in createConversationKey()43 return new ConversationKey(device.getAddress(), subKey); in createConversationKey()
30 protected CompositeKey(String deviceId, String subKey) { in CompositeKey() argument32 mSubKey = subKey; in CompositeKey()