Searched refs:BluetoothInCallService (Results 1 – 6 of 6) sorted by relevance
34 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 …]
72 import com.android.bluetooth.telephony.BluetoothInCallService;117 BluetoothInCallService.class.getCanonicalName();
62 private BluetoothInCallService mBluetoothInCallService;63 private BluetoothInCallService.CallInfo mMockCallInfo;68 mBluetoothInCallService = new BluetoothInCallService(); in setUp()
108 @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()
77 public class BluetoothInCallService extends InCallService { class138 private static BluetoothInCallService sInstance = null;349 public BluetoothInCallService() { in BluetoothInCallService() method in BluetoothInCallService355 public static BluetoothInCallService getInstance() { in getInstance()
150 import com.android.bluetooth.telephony.BluetoothInCallService;1293 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in linkQualityReportCallback()