Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/
H A DChatManager.java197 public void onSuccess(SimpleChatSession chatSession) { in initChatSession() argument
199 chatSession.getRemoteUri().toString()); in initChatSession()
200 mContactSessionMap.put(phoneNumber, chatSession); in initChatSession()
201 chatSession.setListener( in initChatSession()
208 + chatSession.getRemoteUri()); in initChatSession()
233 SimpleChatSession chatSession = mContactSessionMap.get(contact); in sendMessage() local
234 if (chatSession == null) { in sendMessage()
239 return chatSession.sendMessage(message); in sendMessage()
253 SimpleChatSession chatSession = mContactSessionMap.get(contact); in terminateSession() local
254 if (chatSession == null) { in terminateSession()
[all …]