HomeSort by relevance Sort by last modified time
    Searched defs:heldCall (Results 1 - 7 of 7) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 472 Call heldCall = mCallsManager.getHeldCall();
475 Log.i(TAG, "Active: %s\nRinging: %s\nHeld: %s", activeCall, ringingCall, heldCall);
481 } else if (heldCall != null) {
482 mCallsManager.disconnectCall(heldCall);
490 } else if (heldCall != null) {
491 mCallsManager.unholdCall(heldCall);
504 } else if (heldCall != null) {
507 mCallsManager.unholdCall(heldCall);
661 Call heldCall = mCallsManager.getHeldCall();
717 (heldCall != mOldHeldCall && !ignoreHeldCallChange)))))
    [all...]
CallsManager.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 309 final Call heldCall = createHeldCall();
312 calls.add(heldCall);
315 when(heldCall.getState()).thenReturn(CallState.ACTIVE);
317 when(heldCall.isIncoming()).thenReturn(true);
320 when(heldCall.getGatewayInfo()).thenReturn(new GatewayInfo(null, null,
329 add(heldCall);
333 when(heldCall.getParentCall()).thenReturn(parentCall);
610 Call heldCall = createHeldCall();
616 verify(mMockCallsManager).unholdCall(eq(heldCall));
633 Call heldCall = createHeldCall()
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallPresenter.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 4604 milliseconds