Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java34 import com.android.bluetooth.telephony.BluetoothInCallService;
68 private BluetoothInCallService getBluetoothInCallServiceInstance() { in getBluetoothInCallServiceInstance()
69 return BluetoothInCallService.getInstance(); in getBluetoothInCallServiceInstance()
121 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in answerCall()
153 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in hangupCall()
175 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in sendDtmf()
192 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in processChld()
204 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in isHighDefCallInProgress()
221 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in getNetworkOperator()
274 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in getSubscriberNumber()
[all …]
DHeadsetService.java72 import com.android.bluetooth.telephony.BluetoothInCallService;
117 BluetoothInCallService.class.getCanonicalName();
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java62 private BluetoothInCallService mBluetoothInCallService;
63 private BluetoothInCallService.CallInfo mMockCallInfo;
68 mBluetoothInCallService = new BluetoothInCallService(); in setUp()
DBluetoothInCallServiceTest.java108 @Mock private BluetoothInCallService.CallInfo mMockCallInfo;
112 private static class TestableBluetoothInCallService extends BluetoothInCallService {
1350 BluetoothInCallService.CallStateCallback callBack = in testOnDetailsChangeExternalAddsCall()
1472 BluetoothInCallService.CallStateCallback callback = in testOnCallStateChangedDialing()
1682 .unregisterReceiver(any(BluetoothInCallService.BluetoothAdapterReceiver.class)); in testClear()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java77 public class BluetoothInCallService extends InCallService { class
138 private static BluetoothInCallService sInstance = null;
349 public BluetoothInCallService() { in BluetoothInCallService() method in BluetoothInCallService
355 public static BluetoothInCallService getInstance() { in getInstance()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java150 import com.android.bluetooth.telephony.BluetoothInCallService;
1293 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in linkQualityReportCallback()