/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
TODO | 6 Speakerphone and audio modes
|
CallAudioRouteStateMachineTest.java | 66 public int availableRoutes; // may excl. speakerphone, because that's always available 71 public int expectedAvailableRoutes; // also may exclude the speakerphone. 340 "Connect headset during speakerphone", // name 392 "Disconnect headset during speakerphone", // name 405 "Disconnect headset during speakerphone with bluetooth available", // name 444 "Connect bluetooth during speakerphone", // name 483 "Disconnect bluetooth during speakerphone", // name 509 "Switch to speakerphone from earpiece", // name 522 "Switch to speakerphone from headset", // name 535 "Switch to speakerphone from bluetooth", // nam [all...] |
VideoCallTests.java | 33 * TODO: Add unit tests which ensure that auto-speakerphone does not occur when using a wired 39 * Tests to ensure an incoming video-call is automatically routed to the speakerphone when 52 * Tests to ensure an incoming receive-only video-call is answered in speakerphone mode. Note
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
DemoStatusIcons.java | 106 String speakerphone = args.getString("speakerphone"); local 107 if (speakerphone != null) { 108 int iconId = speakerphone.equals("show") ? android.R.drawable.stat_sys_speakerphone 110 updateSlot("speakerphone", null, iconId);
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
StatusBarNotifier.java | 32 private static final String SLOT_SPEAKERPHONE = "speakerphone"; 92 Log.d(this, "Speakerphone status bar icon being set to %b", isSpeakerphone);
|
CallAudioRoutePeripheralAdapter.java | 88 * being routed over speakerphone and a headset is plugged in then switch to wired headset.
|
CallAudioRouteStateMachine.java | 46 * speakerphone) and audio focus status (active or quiescent). 56 * mWasOnSpeaker: A boolean indicating whether we should switch to speakerphone after disconnecting 70 /** Direct the audio stream through the device's speakerphone. */ 85 // Wired headset, earpiece, or speakerphone, in that order of precedence. 846 // actually being on speakerphone. [all...] |
CallsManager.java | [all...] |
/packages/apps/Dialer/InCallUI/res/drawable/ |
btn_compound_audio.xml | 56 the icon is a "speakerphone" regardless of whether the speaker is 86 <!-- Speakerphone icon showing 'speaker on' state -->
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
OutgoingCallTest.java | 50 * speakerphone automatically enabled.
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 111 mStatusBarManager.setIcon("speakerphone", R.drawable.stat_sys_phone, 0, null); 126 mStatusBarManager.setIcon("speakerphone", R.drawable.stat_sys_phone, 0, null); 330 "speakerphone",
|
/frameworks/base/docs/html/training/managing-audio/ |
audio-output.jd | 48 // Adjust output for Speakerphone.
|
/frameworks/base/packages/SystemUI/docs/ |
demo_mode.md | 54 | ```speakerphone``` | | Sets the icon in the speakerphone slot (```show```, any other value to hide)
|
/frameworks/base/packages/SystemUI/res/xml/ |
tuner_prefs.xml | 55 <!-- speakerphone -->
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
DemoModeFragment.java | 52 "speakerphone",
|
/frameworks/base/telecomm/java/android/telecom/ |
AudioState.java | 43 /** Direct the audio stream through the device's speakerphone. */
|
CallAudioState.java | 38 /** Direct the audio stream through the device's speakerphone. */
|
/packages/apps/Dialer/src/com/android/dialer/voicemail/ |
VoicemailAudioManager.java | 119 * Change the audio route, for example from earpiece to speakerphone.
|
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/ |
VoicemailActivityInstrumentationTestCase2.java | 136 // Check that the speakerphone is false to start.
|
/packages/services/Telecomm/res/values-en-rAU/ |
strings.xml | 30 <string name="accessibility_speakerphone_enabled" msgid="1988512040421036359">"Speakerphone enabled."</string>
|
/packages/services/Telecomm/res/values-en-rGB/ |
strings.xml | 30 <string name="accessibility_speakerphone_enabled" msgid="1988512040421036359">"Speakerphone enabled."</string>
|
/packages/services/Telecomm/res/values-en-rIN/ |
strings.xml | 30 <string name="accessibility_speakerphone_enabled" msgid="1988512040421036359">"Speakerphone enabled."</string>
|
/packages/services/Telecomm/res/values-tl/ |
strings.xml | 30 <string name="accessibility_speakerphone_enabled" msgid="1988512040421036359">"Pinapagana ang speakerphone."</string>
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
CallButtonPresenter.java | 204 Log.e(this, "toggling speakerphone not allowed when bluetooth supported."); 211 // if speakerphone is already on, change to wired/earpiece
|
/packages/services/Telecomm/res/values/ |
strings.xml | 55 <!-- Content description of the speakerphone enabled notification icon for 57 <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
|