Searched defs:dialOutgoingCall (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java1278 public boolean dialOutgoingCall(BluetoothDevice fromDevice, String dialNumber) { method in class:HeadsetService
1280 Log.i(TAG, "dialOutgoingCall: from " + fromDevice);
1282 Log.e(TAG, "dialOutgoingCall must be called from state machine thread");
1286 Log.e(TAG, "dialOutgoingCall, already dialing by " + mDialingOutTimeoutEvent);
1291 Log.e(TAG, "dialOutgoingCall failed to stop current virtual call");
1296 Log.e(TAG, "dialOutgoingCall failed to set active device to " + fromDevice);

Completed in 43 milliseconds