Home | History | Annotate | Download | only in dialpad

Lines Matching refs:stopTone

141      * {@link ToneGenerator#stopTone()}; the method shouldn't be called unless the last key is
651 stopTone();
886 stopTone();
889 stopTone();
984 stopTone();
1180 * call stopTone() afterward.
1218 private void stopTone() {
1225 Log.w(TAG, "stopTone: mToneGenerator == null");
1228 mToneGenerator.stopTone();