Searched refs:responseImportant (Results 1 – 2 of 2) sorted by relevance
147 final String locationUrl, final GenericPdu pdu, final boolean responseImportant, in sendMms() argument158 sentIntent.putExtra(SendMessageAction.EXTRA_RESPONSE_IMPORTANT, responseImportant); in sendMms()
154 final boolean responseImportant = actionParameters.getBoolean(KEY_RESPONSE_IMPORTANT); in executeAction()156 if (responseImportant) { in executeAction()