Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java403 selectMessage(null);
428 selectMessage((ConversationMessageView) view); in onCreate()
672 private void selectMessage(final ConversationMessageView messageView) { in selectMessage() method in ConversationFragment
673 selectMessage(messageView, null /* attachment */); in selectMessage()
676 private void selectMessage(final ConversationMessageView messageView, in selectMessage() method in ConversationFragment
940 selectMessage(null); in onConversationMetadataUpdated()
1254 selectMessage(messageView, attachment); in onAttachmentClick()
1279 selectMessage(null); in handleMessageClick()
1282 selectMessage(messageView); in handleMessageClick()
1291 selectMessage(null); in handleMessageClick()
[all …]
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java262 NdefMessage selectMessage = null; in tryBluetoothHandoverRequest() local
274 selectMessage = (createBluetoothHandoverSelectMessage(bluetoothActivating)); in tryBluetoothHandoverRequest()
279 return selectMessage; in tryBluetoothHandoverRequest()