Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java132 .setNotificationKey(convoKey.getSubKey()) in dismiss()
135 .setNotificationKey(convoKey.getSubKey()) in dismiss()
145 .setNotificationKey(convoKey.getSubKey()) in markAsRead()
148 .setNotificationKey(convoKey.getSubKey()) in markAsRead()
161 .setNotificationKey(convoKey.getSubKey()) in reply()
165 .setNotificationKey(convoKey.getSubKey()) in reply()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DSenderKey.java52 return new SenderKey(convoKey.getDeviceId(), person.getName(), convoKey.getSubKey()); in createSenderKey()
DCompositeKey.java77 public String getSubKey() { in getSubKey() method in CompositeKey
DConversationKey.java54 dest.writeString(getSubKey()); in writeToParcel()