Home
last modified time | relevance | path

Searched refs:SPEAKERPHONE_FALSE (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCAudioManager.java38 private static final String SPEAKERPHONE_FALSE = "false"; field in AppRTCAudioManager
177 if (useSpeakerphone.equals(SPEAKERPHONE_FALSE)) { in AppRTCAudioManager()