HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_CONVERSATION_ID (Results 1 - 5 of 5) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DownloadMmsAction.java 97 public static final String EXTRA_CONVERSATION_ID = "conversation_id";
252 extras.putString(EXTRA_CONVERSATION_ID, conversationId);
ProcessDownloadedMmsAction.java 100 final String conversationId = extras.getString(DownloadMmsAction.EXTRA_CONVERSATION_ID);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 120 * EXTRA_CONVERSATION_ID containing the conversation that is changed
128 public static final String EXTRA_CONVERSATION_ID = "ConversationId";
    [all...]
BluetoothMapIMProvider.java 623 String convoId = extras.getString(BluetoothMapContract.EXTRA_CONVERSATION_ID);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java     [all...]

Completed in 210 milliseconds