Searched refs:selectMessage (Results 1 – 4 of 4) sorted by relevance
405 selectMessage(null);430 selectMessage((ConversationMessageView) view); in onCreate()675 private void selectMessage(final ConversationMessageView messageView) { in selectMessage() method in ConversationFragment676 selectMessage(messageView, null /* attachment */); in selectMessage()679 private void selectMessage(final ConversationMessageView messageView, in selectMessage() method in ConversationFragment950 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 …]
261 NdefMessage selectMessage = null; in tryBluetoothHandoverRequest() local273 selectMessage = (createBluetoothHandoverSelectMessage(bluetoothActivating)); in tryBluetoothHandoverRequest()278 return selectMessage; in tryBluetoothHandoverRequest()
784 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument785 return mSupplicantP2pIfaceHal.initiatorReportNfcHandover(selectMessage); in initiatorReportNfcHandover()
2335 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument2336 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()