Searched defs:conversationId (Results 1 – 4 of 4) sorted by relevance
33 int conversationId = intent.getIntExtra(CONVERSATION_ID, -1); in onReceive() local
55 private final int conversationId; field in Conversations.Conversation67 public Conversation(int conversationId, String participantName, in Conversation()
42 int conversationId = intent.getIntExtra(MessagingService.CONVERSATION_ID, -1); in onReceive() local
73 private Intent getMessageReplyIntent(int conversationId) { in getMessageReplyIntent()