Home
last modified time | relevance | path

Searched refs:EXTRA_CONVERSATION_ID (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DDownloadMmsAction.java97 public static final String EXTRA_CONVERSATION_ID = "conversation_id"; field in DownloadMmsAction
252 extras.putString(EXTRA_CONVERSATION_ID, conversationId); in doBackgroundWork()
DProcessDownloadedMmsAction.java100 final String conversationId = extras.getString(DownloadMmsAction.EXTRA_CONVERSATION_ID); in processMessageDownloaded()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java128 public static final String EXTRA_CONVERSATION_ID = "ConversationId"; field in BluetoothMapContract
DBluetoothMapIMProvider.java642 String convoId = extras.getString(BluetoothMapContract.EXTRA_CONVERSATION_ID); in call()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java873 extras.putString(BluetoothMapContract.EXTRA_CONVERSATION_ID, chatStatusConvoId); in setOwnerStatus()