Home
last modified time | relevance | path

Searched refs:KEY_RESPONSE_IMPORTANT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessSentMessageAction.java70 private static final String KEY_RESPONSE_IMPORTANT = "response_important"; field in ProcessSentMessageAction
94 params.putBoolean(KEY_RESPONSE_IMPORTANT, in processMmsSent()
154 final boolean responseImportant = actionParameters.getBoolean(KEY_RESPONSE_IMPORTANT); in executeAction()