Searched refs:BluetoothInCallService (Results 1 – 5 of 5) sorted by relevance
24 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 …]
24 import com.android.bluetooth.telephony.BluetoothInCallService;235 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in exit()
119 import com.android.bluetooth.telephony.BluetoothInCallService;197 BluetoothInCallService.class.getCanonicalName());799 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in linkQualityReportCallback()
66 public class BluetoothInCallService extends InCallService { class121 private static BluetoothInCallService sInstance = null;328 public BluetoothInCallService() { in BluetoothInCallService() method in BluetoothInCallService333 public static BluetoothInCallService getInstance() { in getInstance()
98 @Mock private BluetoothInCallService.CallInfo mMockCallInfo;101 public class TestableBluetoothInCallService extends BluetoothInCallService {1024 BluetoothInCallService.CallStateCallback callback = in testOnCallStateChangedDialing()