Searched defs:MSG_SET_AUDIO_QUALITY (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java88 private static final int MSG_SET_AUDIO_QUALITY = 10; field in class:TelephonyConnection
186 case MSG_SET_AUDIO_QUALITY:
328 mHandler.obtainMessage(MSG_SET_AUDIO_QUALITY, audioQuality).sendToTarget();

Completed in 35 milliseconds