Searched refs:dialOutgoingCall (Results 1 – 3 of 3) sorted by relevance
1566 if (!mHeadsetService.dialOutgoingCall(mDevice, dialNumber)) { in processDialCall()1900 if (!mHeadsetService.dialOutgoingCall(mDevice, dialNumber)) { in processKeyPressed()
1310 public boolean dialOutgoingCall(BluetoothDevice fromDevice, String dialNumber) { in dialOutgoingCall() method in HeadsetService
893 verify(mHeadsetService, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).dialOutgoingCall(mTestDevice, in testKeyPressedEventWhenIdleAndAudioOff_dialCall()