/packages/services/Telecomm/src/com/android/server/telecom/ |
BluetoothHeadsetProxy.java | 39 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, 42 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type);
|
BluetoothPhoneServiceImpl.java | 634 mBluetoothHeadset.clccResponse( 642 mBluetoothHeadset.clccResponse(0 /* index */, 0, 0, 0, false, null, 0); [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
BluetoothPhoneServiceTest.java | 248 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(0), eq(0), eq(false), 250 verify(mMockBluetoothHeadset).clccResponse(0, 0, 0, 0, false, null, 0); 337 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), 339 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_HELD), eq(0), 341 verify(mMockBluetoothHeadset).clccResponse(0, 0, 0, 0, false, null, 0); 378 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), 380 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_ACTIVE), eq(0), 382 verify(mMockBluetoothHeadset).clccResponse(0, 0, 0, 0, false, null, 0); 400 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_WAITING, 0, false, 402 verify(mMockBluetoothHeadset).clccResponse(0, 0, 0, 0, false, null, 0) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHeadset.aidl | 58 void clccResponse(int index, int direction, int status, int mode, boolean mpty,
|
BluetoothHeadset.java | [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetService.java | 282 public void clccResponse(int index, int direction, int status, int mode, boolean mpty, 286 service.clccResponse(index, direction, status, mode, mpty, number, type); 531 private void clccResponse(int index, int direction, int status, int mode, boolean mpty,
|
/external/robolectric/v3/runtime/ |
android-all-4.2.2_r1.2-robolectric-0.jar | |
android-all-4.3_r2-robolectric-0.jar | |