Home
last modified time | relevance | path

Searched refs:selectMessage (Results 1 – 7 of 7) 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.java260 NdefMessage selectMessage = null; in tryBluetoothHandoverRequest() local
272 selectMessage = (createBluetoothHandoverSelectMessage(bluetoothActivating)); in tryBluetoothHandoverRequest()
277 return selectMessage; in tryBluetoothHandoverRequest()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DISupplicantP2pIfaceHal.java525 boolean initiatorReportNfcHandover(String selectMessage); in initiatorReportNfcHandover() argument
DWifiP2pNative.java896 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument
897 return mSupplicantP2pIfaceHal.initiatorReportNfcHandover(selectMessage); in initiatorReportNfcHandover()
DSupplicantP2pIfaceHal.java982 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument
988 return mP2pIfaceHal.initiatorReportNfcHandover(selectMessage); in initiatorReportNfcHandover()
DSupplicantP2pIfaceHalHidlImpl.java2403 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument
2404 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()
DSupplicantP2pIfaceHalAidlImpl.java2292 public boolean initiatorReportNfcHandover(String selectMessage) { in initiatorReportNfcHandover() argument
2298 if (selectMessage == null) { in initiatorReportNfcHandover()
2303 NativeUtil.hexStringToByteArray(selectMessage)); in initiatorReportNfcHandover()
2310 Log.e(TAG, "Illegal argument " + selectMessage, e); in initiatorReportNfcHandover()