OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isBluetoothAudioConnected
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java
127
if (!
isBluetoothAudioConnected
()) {
230
public boolean
isBluetoothAudioConnected
() {
232
Log.v(this, "
isBluetoothAudioConnected
: ==> FALSE (null mBluetoothHeadset)");
243
Log.v(this, "
isBluetoothAudioConnected
: ==> isAudioOn = " + isAudioOn
263
if (
isBluetoothAudioConnected
()) {
292
if (
isBluetoothAudioConnected
()) {
356
pw.println("
isBluetoothAudioConnected
: " +
isBluetoothAudioConnected
());
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothManagerTest.java
94
assertFalse(mBluetoothManager.
isBluetoothAudioConnected
());
102
assertFalse(mBluetoothManager.
isBluetoothAudioConnected
());
110
assertTrue(mBluetoothManager.
isBluetoothAudioConnected
());
120
assertFalse(mBluetoothManager.
isBluetoothAudioConnected
());
Completed in 7576 milliseconds