Searched refs:callComposerState (Results 1 – 1 of 1) sorted by relevance
29 public static String toString(@State int callComposerState) { in toString() argument30 if (callComposerState == Session.STATE_NONE) { in toString()33 if (callComposerState == Session.STATE_STARTING) { in toString()36 if (callComposerState == Session.STATE_STARTED) { in toString()39 if (callComposerState == Session.STATE_START_FAILED) { in toString()42 if (callComposerState == Session.STATE_MESSAGE_SENT) { in toString()45 if (callComposerState == Session.STATE_MESSAGE_FAILED) { in toString()48 if (callComposerState == Session.STATE_CLOSED) { in toString()51 Assert.checkArgument(false, "Unexpected callComposerState: %d", callComposerState); in toString()