Searched refs:EXTRA_RESPONSE_IMPORTANT (Results 1 – 3 of 3) sorted by relevance
158 sentIntent.putExtra(SendMessageAction.EXTRA_RESPONSE_IMPORTANT, responseImportant); in sendMms()
95 extras.getBoolean(SendMessageAction.EXTRA_RESPONSE_IMPORTANT)); in processMmsSent()
83 public static final String EXTRA_RESPONSE_IMPORTANT = "response_important"; field in SendMessageAction