Searched refs:KEY_SENT_BY_PLATFORM (Results 1 – 1 of 1) sorted by relevance
56 private static final String KEY_SENT_BY_PLATFORM = "sent_by_platform"; field in ProcessSentMessageAction82 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()