HomeSort by relevance Sort by last modified time
    Searched refs:SocketAcceptThread (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsService.java 48 static private SocketAcceptThread mAcceptThread = null;
84 private static class SocketAcceptThread extends Thread {
159 mAcceptThread = new SocketAcceptThread();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 43 private SocketAcceptThread mAcceptThread = null;
112 private class SocketAcceptThread extends Thread {
189 mAcceptThread = new SocketAcceptThread();
250 Log.e(TAG, "socketAcceptThread thread was interrupted (3)");
361 // exit SocketAcceptThread early
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 152 private SocketAcceptThread mAcceptThread = null;
357 mAcceptThread = new SocketAcceptThread();
395 Log.e(TAG, "socketAcceptThread thread was interrupted (3)");
419 // exit SocketAcceptThread early
569 private class SocketAcceptThread extends Thread {
    [all...]

Completed in 55 milliseconds