OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phoneStateChanged
(Results
1 - 8
of
8
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java
45
public void
phoneStateChanged
(int numActive, int numHeld, int callState, String number,
48
mBluetoothHeadset.
phoneStateChanged
(numActive, numHeld, callState, number, type);
BluetoothPhoneServiceImpl.java
759
mBluetoothHeadset.
phoneStateChanged
(
779
mBluetoothHeadset.
phoneStateChanged
(
[
all
...]
/frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl
57
void
phoneStateChanged
(int numActive, int numHeld, int callState, String number, int type);
BluetoothHeadset.java
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java
289
verify(mMockBluetoothHeadset).
phoneStateChanged
(eq(1), eq(1), eq(CALL_STATE_IDLE),
293
verify(mMockBluetoothHeadset).
phoneStateChanged
(eq(1), eq(0), eq(CALL_STATE_IDLE),
299
verify(mMockBluetoothHeadset, times(2)).
phoneStateChanged
(any(int.class),
550
verify(mMockBluetoothHeadset).
phoneStateChanged
(eq(0), eq(0), eq(CALL_STATE_INCOMING),
570
verify(mMockBluetoothHeadset).
phoneStateChanged
(eq(1), eq(0), eq(CALL_STATE_IDLE),
699
verify(mMockBluetoothHeadset).
phoneStateChanged
(eq(1), eq(1), eq(CALL_STATE_IDLE), eq(""),
712
verify(mMockBluetoothHeadset).
phoneStateChanged
(eq(0), eq(0), eq(CALL_STATE_INCOMING),
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java
275
public void
phoneStateChanged
(int numActive, int numHeld, int callState,
279
service.
phoneStateChanged
(numActive, numHeld, callState, number, type);
522
private void
phoneStateChanged
(int numActive, int numHeld, int callState,
/external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 176 milliseconds