Lines Matching defs:this
5 * you may not use this file except in compliance with the License.
36 * This class does all the work for setting up and managing Bluetooth
49 // Unique UUID for this application
247 synchronized (this) {
267 BluetoothChatService.this.start();
282 BluetoothChatService.this.start();
286 * This thread runs while listening for incoming connections. It behaves
316 "BEGIN mAcceptThread" + this);
324 // This is a blocking call and will only return on a
334 synchronized (BluetoothChatService.this) {
360 Log.d(TAG, "Socket Type" + mSocketType + "cancel " + this);
371 * This thread runs while attempting to make an outgoing connection
410 // This is a blocking call and will only return on a
426 synchronized (BluetoothChatService.this) {
444 * This thread runs during a connection with a remote device.
488 BluetoothChatService.this.start();