Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DPhoneGlobals.java170 IBluetoothHeadsetPhone mBluetoothPhone; field in PhoneGlobals
481 mBluetoothPhone = null; in onCreate()
681 return mBluetoothPhone; in getBluetoothPhoneService()
1312 if (mBluetoothPhone != null) { in initForNewRadioTechnology()
1314 mBluetoothPhone.updateBtHandsfreeAfterRadioTechnologyChange(); in initForNewRadioTechnology()
1841 mBluetoothPhone = IBluetoothHeadsetPhone.Stub.asInterface(service);
1847 mBluetoothPhone = null;