Searched refs:selectMessage (Results 1 – 7 of 7) 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 …]
260 NdefMessage selectMessage = null; in tryBluetoothHandoverRequest() local272 selectMessage = (createBluetoothHandoverSelectMessage(bluetoothActivating)); in tryBluetoothHandoverRequest()277 return selectMessage; in tryBluetoothHandoverRequest()
525 boolean initiatorReportNfcHandover(String selectMessage); in initiatorReportNfcHandover() argument
896 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument897 return mSupplicantP2pIfaceHal.initiatorReportNfcHandover(selectMessage); in initiatorReportNfcHandover()
982 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument988 return mP2pIfaceHal.initiatorReportNfcHandover(selectMessage); in initiatorReportNfcHandover()
2403 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument2404 if (selectMessage == null) return false; in initiatorReportNfcHandover()2408 "initiatorReportNfcHandover(" + selectMessage + ")"); in initiatorReportNfcHandover()2412 selectMessage)))); in initiatorReportNfcHandover()2417 Log.e(TAG, "Illegal argument " + selectMessage, e); in initiatorReportNfcHandover()
2292 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument2298 if (selectMessage == null) { in initiatorReportNfcHandover()2303 NativeUtil.hexStringToByteArray(selectMessage)); in initiatorReportNfcHandover()2310 Log.e(TAG, "Illegal argument " + selectMessage, e); in initiatorReportNfcHandover()