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/
DHeadsetStateMachine.java162 private IBluetoothHeadsetPhone mPhoneProxy; field in HeadsetStateMachine
273 if (mPhoneProxy != null) { in cleanup()
277 mPhoneProxy = null; in cleanup()
1123 if (mPhoneProxy != null) { in processSlcConnected()
1125 mPhoneProxy.queryPhoneState(); in processSlcConnected()
1549 if (mPhoneProxy != null) { in processSlcConnected()
1551 mPhoneProxy.queryPhoneState(); in processSlcConnected()
2015 if (mPhoneProxy != null) { in processSlcConnected()
2017 mPhoneProxy.queryPhoneState(); in processSlcConnected()
2065 mPhoneProxy = IBluetoothHeadsetPhone.Stub.asInterface(service);
[all …]