Home | History | Annotate | Download | only in cat

Lines Matching refs:tone

306         // parse tone duration
772 Tone tone = null;
777 ComprehensionTlv ctlv = searchForTag(ComprehensionTlvTag.TONE, ctlvs);
785 tone = Tone.fromInt(toneVal);
797 // parse tone duration
812 mCmdParams = new PlayToneParams(cmdDet, textMsg, tone, duration, vibrate);