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