Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java55 private volatile IBluetoothHeadsetPhone mPhoneProxy; field in HeadsetSystemInterface
63 mPhoneProxy = IBluetoothHeadsetPhone.Stub.asInterface(service);
73 mPhoneProxy = null;
143 if (mPhoneProxy != null) { in stop()
147 mPhoneProxy = null; in stop()
197 if (mPhoneProxy != null) { in answerCall()
200 mPhoneProxy.answerCall(); in answerCall()
225 if (mPhoneProxy != null) { in hangupCall()
227 mPhoneProxy.hangupCall(); in hangupCall()
249 if (mPhoneProxy != null) { in sendDtmf()
[all …]