OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAudioConnected
(Results
1 - 19
of
19
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java
59
public boolean
isAudioConnected
(BluetoothDevice device) {
60
return mBluetoothHeadset.
isAudioConnected
(device);
BluetoothManager.java
242
boolean isAudioOn = mBluetoothHeadset.
isAudioConnected
(device);
369
mBluetoothHeadset.
isAudioConnected
(device));
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothManagerTest.java
101
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(false);
109
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(true);
117
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(false);
150
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(false);
160
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(true);
171
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(false);
183
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(true);
195
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(true);
207
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(false);
219
when(mHeadsetProxy.
isAudioConnected
(eq(device1))).thenReturn(false)
[
all
...]
/frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl
37
boolean
isAudioConnected
(in BluetoothDevice device);
BluetoothHeadset.java
619
public boolean
isAudioConnected
(BluetoothDevice device) {
620
if (VDBG) log("
isAudioConnected
()");
624
return mService.
isAudioConnected
(device);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java
206
public boolean
isAudioConnected
(BluetoothDevice device) {
209
return service.
isAudioConnected
(device);
450
boolean
isAudioConnected
(BluetoothDevice device) {
452
return mStateMachine.
isAudioConnected
(device);
HeadsetStateMachine.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/system_23/
android.jar
Completed in 324 milliseconds