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.java404 selectMessage(null);
429 selectMessage((ConversationMessageView) view); in onCreate()
674 private void selectMessage(final ConversationMessageView messageView) { in selectMessage() method in ConversationFragment
675 selectMessage(messageView, null /* attachment */); in selectMessage()
678 private void selectMessage(final ConversationMessageView messageView, in selectMessage() method in ConversationFragment
942 selectMessage(null); in onConversationMetadataUpdated()
1256 selectMessage(messageView, attachment); in onAttachmentClick()
1281 selectMessage(null); in handleMessageClick()
1284 selectMessage(messageView); in handleMessageClick()
1293 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()