HomeSort by relevance Sort by last modified time
    Searched refs:phoneStateChanged (Results 1 - 10 of 10) 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     [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 58 oneway 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 290 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(1), eq(CALL_STATE_IDLE),
294 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(0), eq(CALL_STATE_IDLE),
300 verify(mMockBluetoothHeadset, times(2)).phoneStateChanged(any(int.class),
581 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_INCOMING),
601 verify(mMockBluetoothHeadset).phoneStateChanged(eq(1), eq(0), eq(CALL_STATE_IDLE),
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 276 public void phoneStateChanged(
280 service.phoneStateChanged(numActive, numHeld, callState, number, type);
528 private void phoneStateChanged(
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 245 milliseconds