Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java247 final IBluetoothHeadsetPhone phoneProxy = mPhoneProxy; in getNetworkOperator() local
248 if (phoneProxy == null) { in getNetworkOperator()
269 final IBluetoothHeadsetPhone phoneProxy = mPhoneProxy; in getSubscriberNumber() local
270 if (phoneProxy == null) { in getSubscriberNumber()
292 final IBluetoothHeadsetPhone phoneProxy = mPhoneProxy; in listCurrentCalls() local
293 if (phoneProxy == null) { in listCurrentCalls()
312 final IBluetoothHeadsetPhone phoneProxy = mPhoneProxy; in queryPhoneState() local
313 if (phoneProxy != null) { in queryPhoneState()