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.java48 private volatile IBluetoothHeadsetPhone mPhoneProxy; field in HeadsetSystemInterface
56 mPhoneProxy = IBluetoothHeadsetPhone.Stub.asInterface(service);
66 mPhoneProxy = null;
103 if (mPhoneProxy != null) { in stop()
107 mPhoneProxy = null; in stop()
157 if (mPhoneProxy != null) { in answerCall()
160 mPhoneProxy.answerCall(); in answerCall()
185 if (mPhoneProxy != null) { in hangupCall()
187 mPhoneProxy.hangupCall(); in hangupCall()
209 if (mPhoneProxy != null) { in sendDtmf()
[all …]