Searched refs:BluetoothInCallService (Results 1 – 8 of 8) sorted by relevance
33 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 …]
72 import com.android.bluetooth.telephony.BluetoothInCallService;116 BluetoothInCallService.class.getCanonicalName();
67 private BluetoothInCallService mBluetoothInCallService;68 private BluetoothInCallService.CallInfo mMockCallInfo;76 mBluetoothInCallService = new BluetoothInCallService(spiedContext, null, null); in setUp()
23 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()
82 public class BluetoothInCallService extends InCallService { class83 private static final String TAG = BluetoothInCallService.class.getSimpleName();176 private static BluetoothInCallService sInstance = null;387 private BluetoothInCallService(CallInfo callInfo) { in BluetoothInCallService() method in BluetoothInCallService393 public BluetoothInCallService() { in BluetoothInCallService() method in BluetoothInCallService398 BluetoothInCallService( in BluetoothInCallService() method in BluetoothInCallService407 public static BluetoothInCallService getInstance() { in getInstance()
21 import static com.android.bluetooth.telephony.BluetoothInCallService.Capability;22 import static com.android.bluetooth.telephony.BluetoothInCallService.Result;
20 import static com.android.bluetooth.telephony.BluetoothInCallService.Capability;21 import static com.android.bluetooth.telephony.BluetoothInCallService.Result;
156 import com.android.bluetooth.telephony.BluetoothInCallService;1291 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in linkQualityReportCallback()