Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetSystemInterface.java24 import com.android.bluetooth.telephony.BluetoothInCallService;
77 private BluetoothInCallService getBluetoothInCallServiceInstance() { in getBluetoothInCallServiceInstance()
78 return BluetoothInCallService.getInstance(); in getBluetoothInCallServiceInstance()
164 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in answerCall()
190 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in hangupCall()
212 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in sendDtmf()
229 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in processChld()
246 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in getNetworkOperator()
299 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in getSubscriberNumber()
319 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in listCurrentCalls()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterState.java24 import com.android.bluetooth.telephony.BluetoothInCallService;
235 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in exit()
H A DAdapterService.java119 import com.android.bluetooth.telephony.BluetoothInCallService;
197 BluetoothInCallService.class.getCanonicalName());
799 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in linkQualityReportCallback()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java66 public class BluetoothInCallService extends InCallService { class
121 private static BluetoothInCallService sInstance = null;
328 public BluetoothInCallService() { in BluetoothInCallService() method in BluetoothInCallService
333 public static BluetoothInCallService getInstance() { in getInstance()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java98 @Mock private BluetoothInCallService.CallInfo mMockCallInfo;
101 public class TestableBluetoothInCallService extends BluetoothInCallService {
1024 BluetoothInCallService.CallStateCallback callback = in testOnCallStateChangedDialing()