Searched defs:reply (Results 1 – 3 of 3) sorted by relevance
31 override fun reply(text: String) = buildReply().apply { this.text = "Meow" } in <lambda>() method34 override fun reply(text: String) = buildReply().apply { this.text = "Woof woof!!" } in <lambda>() method37 override fun reply(text: String) = buildReply().apply { this.text = text } in <lambda>() method40 override fun reply(text: String) = buildReply().apply { in <lambda>() method53 abstract fun reply(text: String): Message.Builder in reply() method in com.example.android.bubbles.data.Contact
43 CharSequence reply = getMessageText(intent); in onReceive() local
72 private void handleReply(CharSequence reply, Chat chat) { in handleReply()