Home
last modified time | relevance | path

Searched refs:fromDevice (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java1282 DialingOutTimeoutEvent(BluetoothDevice fromDevice) { in DialingOutTimeoutEvent() argument
1283 mDialingOutDevice = fromDevice; in DialingOutTimeoutEvent()
1310 public boolean dialOutgoingCall(BluetoothDevice fromDevice, String dialNumber) { in dialOutgoingCall() argument
1312 Log.i(TAG, "dialOutgoingCall: from " + fromDevice); in dialOutgoingCall()
1327 if (!setActiveDevice(fromDevice)) { in dialOutgoingCall()
1328 Log.e(TAG, "dialOutgoingCall failed to set active device to " + fromDevice); in dialOutgoingCall()
1335 mDialingOutTimeoutEvent = new DialingOutTimeoutEvent(fromDevice); in dialOutgoingCall()
1380 boolean startVoiceRecognitionByHeadset(BluetoothDevice fromDevice) { in startVoiceRecognitionByHeadset() argument
1382 Log.i(TAG, "startVoiceRecognitionByHeadset: from " + fromDevice); in startVoiceRecognitionByHeadset()
1392 if (fromDevice == null) { in startVoiceRecognitionByHeadset()
[all …]