Home
last modified time | relevance | path

Searched refs:HfpClientConnectionService (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnectionService.java44 public class HfpClientConnectionService extends ConnectionService { class
45 private static final String TAG = HfpClientConnectionService.class.getSimpleName();
60 private static HfpClientConnectionService sHfpClientConnectionService;
62 private void setInstance(HfpClientConnectionService instance) { in setInstance()
68 private static HfpClientConnectionService getInstance() { in getInstance()
89 HfpClientConnectionService service = getInstance(); in onConnectionStateChanged()
99 HfpClientConnectionService service = getInstance(); in onCallChanged()
109 HfpClientConnectionService service = getInstance(); in onAudioStateChanged()
134 synchronized (HfpClientConnectionService.this) { in onConnectionStateChangedInternal()
363 Uri addr = Uri.fromParts(HfpClientConnectionService.HFP_SCHEME, device.getAddress(), null); in createAccount()
[all …]
DHfpClientDeviceBlock.java49 private final HfpClientConnectionService mConnServ;
56 HfpClientConnectionService connServ, in HfpClientDeviceBlock()
369 HfpClientConnectionService connServ, in build()
376 HfpClientConnectionService connServ, in buildInternal()
DHfpClientConnection.java39 private final HfpClientConnectionService mConnServ;
53 HfpClientConnectionService connServ, in HfpClientConnection()
69 HfpClientConnectionService connServ, in HfpClientConnection()
DHeadsetClientService.java140 Intent startIntent = new Intent(this, HfpClientConnectionService.class); in start()
164 Intent stopIntent = new Intent(this, HfpClientConnectionService.class); in stop()
1301 HfpClientConnectionService.dump(sb); in dump()
DHeadsetClientStateMachine.java382 HfpClientConnectionService.onCallChanged(c.getDevice(), c); in sendCallChangedIntent()
2144 HfpClientConnectionService.onAudioStateChanged(device, newState, prevState); in broadcastAudioState()
2260 HfpClientConnectionService.onConnectionStateChanged(device, newState, prevState); in broadcastConnectionState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionServiceTest.java82 private HfpClientConnectionService mHfpClientConnectionService;
103 mHfpClientConnectionService = spy(new HfpClientConnectionService()); in setUp()
143 new ComponentName(mHfpClientConnectionService, HfpClientConnectionService.class), in getPhoneAccountHandle()
149 Uri uri = Uri.fromParts(HfpClientConnectionService.HFP_SCHEME, device.getAddress(), null); in getPhoneAccount()
184 HfpClientConnectionService.onConnectionStateChanged( in disconnectDevice_blockIsRemoved()
202 HfpClientConnectionService.onCallChanged(TEST_DEVICE, call); in callChanged_callAdded()
213 HfpClientConnectionService.onAudioStateChanged( in audioStateChanged_scoStateChanged()
245 HfpClientConnectionService.onCallChanged(TEST_DEVICE, call); in onCreateIncomingConnection()
315 HfpClientConnectionService.onCallChanged(TEST_DEVICE, call); in onCreateUnknownConnection()
348 HfpClientConnectionService.onCallChanged(TEST_DEVICE, call); in onCreateIncomingConnection_phoneAccountIsNull_returnsNull()
[all …]
DHfpClientDeviceBlockTest.java55 @Mock private HfpClientConnectionService mConnServ;
DHfpClientConnectionTest.java67 @Mock private HfpClientConnectionService mHfpClientConnectionService;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java46 import com.android.bluetooth.hfpclient.HfpClientConnectionService;
265 ComponentName componentName = new ComponentName(context, HfpClientConnectionService.class); in removeHfpCallLog()