OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setBluetoothScoOn
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAudioManagerTest.java
252
public void
setBluetoothScoOn
() {
254
audioManager.
setBluetoothScoOn
(true);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAudioManager.java
204
protected void
setBluetoothScoOn
(boolean isBluetoothScoOn) {
Completed in 642 milliseconds