Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessSentMessageAction.java56 private static final String KEY_SENT_BY_PLATFORM = "sent_by_platform"; field in ProcessSentMessageAction
82 params.putBoolean(KEY_SENT_BY_PLATFORM, true); in processMmsSent()
105 params.putBoolean(KEY_SENT_BY_PLATFORM, false); in processMessageSentFastFailed()
131 final boolean sentByPlatform = actionParameters.getBoolean(KEY_SENT_BY_PLATFORM); in executeAction()