Searched refs:mChatService (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | ConnectionAccessServerActivity.java | 49 private BluetoothChatService mChatService; field in ConnectionAccessServerActivity 107 mChatService = new BluetoothChatService(this, new ChatHandler(), in startChatService() 110 mChatService.start(secure); in startChatService() 178 if (mChatService != null) { in onDestroy() 179 mChatService.stop(); in onDestroy()
|
D | BleCocServerService.java | 176 BluetoothChatService mChatService; field in BleCocServerService 262 if (mBluetoothManager.getAdapter().isEnabled() && (mChatService == null)) { in startServerTest() 272 mChatService.write(buf); in sendMessage() 315 if (mChatService != null) { in onTestFinish() 316 mChatService.stop(); in onTestFinish() 334 if (mChatService != null) { in onDestroy() 335 mChatService.stop(); in onDestroy() 525 if (mChatService == null) { in leCheckConnectionType() 529 int type = mChatService.getSocketConnectionType(); in leCheckConnectionType() 667 mChatService = new BluetoothChatService(this, new ChatHandler(), true); in createChatService() [all …]
|
D | MessageTestActivity.java | 61 private BluetoothChatService mChatService; field in MessageTestActivity 176 mChatService = new BluetoothChatService(this, new ChatHandler(), mUuid); in startChatService() 178 mChatService.start(mSecure); in startChatService() 181 mChatService.connect(device, mSecure); in startChatService() 282 mChatService.write(message.getBytes()); in sendMessage() 359 if (mChatService != null) { in onDestroy() 360 mChatService.stop(); in onDestroy()
|
D | BleCocClientService.java | 150 private BluetoothChatService mChatService; field in BleCocClientService 226 if (mChatService != null) { in onTestFinish() 227 mChatService.stop(); in onTestFinish() 252 if (mChatService != null) { in onDestroy() 253 mChatService.stop(); in onDestroy() 564 mChatService.write(buf); in sendMessage() 625 mChatService = new BluetoothChatService(this, new ChatHandler(), true); in leCocClientConnect() 626 mChatService.connect(mDevice, mSecure, mPsm); in leCocClientConnect() 630 if (mChatService == null) { in leCheckConnectionType() 634 int type = mChatService.getSocketConnectionType(); in leCheckConnectionType()
|
D | ConnectionAccessClientActivity.java | 42 private BluetoothChatService mChatService; field in ConnectionAccessClientActivity 112 mChatService = new BluetoothChatService(this, new ChatHandler(), in startChartService() 115 mChatService.connect(device, false); in startChartService()
|