Searched refs:EXTRA_PARTICIPANT_ID (Results 1 – 2 of 2) sorted by relevance
98 public static final String EXTRA_PARTICIPANT_ID = "participant_id"; field in DownloadMmsAction253 extras.putString(EXTRA_PARTICIPANT_ID, participantId); in doBackgroundWork()
101 final String participantId = extras.getString(DownloadMmsAction.EXTRA_PARTICIPANT_ID); in processMessageDownloaded()