Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java405 selectMessage(null);
430 selectMessage((ConversationMessageView) view); in onCreate()
675 private void selectMessage(final ConversationMessageView messageView) { in selectMessage() method in ConversationFragment
676 selectMessage(messageView, null /* attachment */); in selectMessage()
679 private void selectMessage(final ConversationMessageView messageView, in selectMessage() method in ConversationFragment
950 selectMessage(null); in onConversationMetadataUpdated()
1264 selectMessage(messageView, attachment); in onAttachmentClick()
1289 selectMessage(null); in handleMessageClick()
1292 selectMessage(messageView); in handleMessageClick()
1301 selectMessage(null); in handleMessageClick()
[all …]
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java261 NdefMessage selectMessage = null; in tryBluetoothHandoverRequest() local
273 selectMessage = (createBluetoothHandoverSelectMessage(bluetoothActivating)); in tryBluetoothHandoverRequest()
278 return selectMessage; in tryBluetoothHandoverRequest()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java784 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument
785 return mSupplicantP2pIfaceHal.initiatorReportNfcHandover(selectMessage); in initiatorReportNfcHandover()
DSupplicantP2pIfaceHal.java2335 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument
2336 if (selectMessage == null) return false; in initiatorReportNfcHandover()
2340 "initiatorReportNfcHandover(" + selectMessage + ")"); in initiatorReportNfcHandover()
2344 selectMessage)))); in initiatorReportNfcHandover()
2349 Log.e(TAG, "Illegal argument " + selectMessage, e); in initiatorReportNfcHandover()