Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java33 import com.android.bluetooth.telephony.BluetoothInCallService;
67 private static BluetoothInCallService getBluetoothInCallServiceInstance() { in getBluetoothInCallServiceInstance()
68 return BluetoothInCallService.getInstance(); in getBluetoothInCallServiceInstance()
118 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in answerCall()
148 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in hangupCall()
168 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in sendDtmf()
184 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in processChld()
196 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in isHighDefCallInProgress()
212 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in getNetworkOperator()
263 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in getSubscriberNumber()
[all …]
DHeadsetService.java72 import com.android.bluetooth.telephony.BluetoothInCallService;
116 BluetoothInCallService.class.getCanonicalName();
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/telephony/
DCallInfoTest.java67 private BluetoothInCallService mBluetoothInCallService;
68 private BluetoothInCallService.CallInfo mMockCallInfo;
76 mBluetoothInCallService = new BluetoothInCallService(spiedContext, null, null); in setUp()
DBluetoothInCallServiceTest.java23 import static com.android.bluetooth.telephony.BluetoothInCallService.Result;
24 import static com.android.bluetooth.telephony.BluetoothInCallService.TerminationReason;
84 @Mock private BluetoothInCallService.CallInfo mMockCallInfo;
107 private BluetoothInCallService mBluetoothInCallService;
124 new BluetoothInCallService(spiedContext, mMockCallInfo, mLeCallControl); in setUp()
1354 BluetoothInCallService.CallStateCallback callBack = in onDetailsChangeExternalAddsCall()
1470 BluetoothInCallService.CallStateCallback callback = in onCallStateChangedDialing()
1773 assertThat(BluetoothInCallService.getInstance()).isNotNull(); in onDestroy()
1777 assertThat(BluetoothInCallService.getInstance()).isNull(); in onDestroy()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java82 public class BluetoothInCallService extends InCallService { class
83 private static final String TAG = BluetoothInCallService.class.getSimpleName();
176 private static BluetoothInCallService sInstance = null;
387 private BluetoothInCallService(CallInfo callInfo) { in BluetoothInCallService() method in BluetoothInCallService
393 public BluetoothInCallService() { in BluetoothInCallService() method in BluetoothInCallService
398 BluetoothInCallService( in BluetoothInCallService() method in BluetoothInCallService
407 public static BluetoothInCallService getInstance() { in getInstance()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java21 import static com.android.bluetooth.telephony.BluetoothInCallService.Capability;
22 import static com.android.bluetooth.telephony.BluetoothInCallService.Result;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java20 import static com.android.bluetooth.telephony.BluetoothInCallService.Capability;
21 import static com.android.bluetooth.telephony.BluetoothInCallService.Result;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java156 import com.android.bluetooth.telephony.BluetoothInCallService;
1291 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in linkQualityReportCallback()