Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionService.java57 private PhoneAccount mDevicePhoneAccount; field in HfpClientConnectionService
86 if (mDevicePhoneAccount != null) {
88 mDevicePhoneAccount.getAccountHandle());
92 mDevicePhoneAccount =
94 mTelecomManager.registerPhoneAccount(mDevicePhoneAccount);
96 mDevicePhoneAccount.getAccountHandle(), true);
98 mDevicePhoneAccount.getAccountHandle());
121 mDevicePhoneAccount.getAccountHandle());
122 mDevicePhoneAccount = null;
164 if (mDevicePhoneAccount != null) { in onDestroy()
[all …]