Searched refs:BluetoothChatService (Results 1 – 4 of 4) sorted by relevance
87 private BluetoothChatService mChatService = null;136 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume()184 mChatService = new BluetoothChatService(getActivity(), mHandler); in setupChat()209 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) { in sendMessage()285 case BluetoothChatService.STATE_CONNECTED:289 case BluetoothChatService.STATE_CONNECTING:292 case BluetoothChatService.STATE_LISTEN:293 case BluetoothChatService.STATE_NONE:
41 public class BluetoothChatService { class76 public BluetoothChatService(Context context, Handler handler) { in BluetoothChatService() method in BluetoothChatService267 BluetoothChatService.this.start(); in connectionFailed()282 BluetoothChatService.this.start(); in connectionLost()334 synchronized (BluetoothChatService.this) { in run()426 synchronized (BluetoothChatService.this) { in run()488 BluetoothChatService.this.start(); in run()
81 private BluetoothChatService mChatService = null;129 if (mChatService.getState() == BluetoothChatService.STATE_NONE) { in onResume()160 mChatService = new BluetoothChatService(this, mHandler); in setupChat()202 if (mChatService.getState() != BluetoothChatService.STATE_CONNECTED) { in sendMessage()251 case BluetoothChatService.STATE_CONNECTED:255 case BluetoothChatService.STATE_CONNECTING:258 case BluetoothChatService.STATE_LISTEN:259 case BluetoothChatService.STATE_NONE:
40 public class BluetoothChatService { class75 public BluetoothChatService(Context context, Handler handler) { in BluetoothChatService() method in BluetoothChatService242 BluetoothChatService.this.start(); in connectionFailed()257 BluetoothChatService.this.start(); in connectionLost()309 synchronized (BluetoothChatService.this) { in run()401 synchronized (BluetoothChatService.this) { in run()463 BluetoothChatService.this.start(); in run()