com.example.android.BluetoothChat.BluetoothChat -> com.example.android.BluetoothChat.BluetoothChat:
    android.widget.TextView mTitle -> a
    android.widget.ListView mConversationView -> b
    android.widget.Button mSendButton -> c
    java.lang.String mConnectedDeviceName -> d
    android.widget.ArrayAdapter mConversationArrayAdapter -> e
    android.bluetooth.BluetoothAdapter mBluetoothAdapter -> f
    com.example.android.BluetoothChat.BluetoothChatService mChatService -> g
    android.os.Vibrator vibrator -> h
    android.media.ToneGenerator toneGenerator -> i
    android.os.Handler mHandler -> j
    void onCreate(android.os.Bundle) -> onCreate
    void onStart() -> onStart
    void onResume() -> onResume
    void setupChat() -> a
    void onPause() -> onPause
    void onStop() -> onStop
    void onDestroy() -> onDestroy
    void onActivityResult(int,int,android.content.Intent) -> onActivityResult
    boolean onCreateOptionsMenu(android.view.Menu) -> onCreateOptionsMenu
    boolean onOptionsItemSelected(android.view.MenuItem) -> onOptionsItemSelected
    android.widget.TextView access$0(com.example.android.BluetoothChat.BluetoothChat) -> a
    java.lang.String access$1(com.example.android.BluetoothChat.BluetoothChat) -> b
    android.widget.ArrayAdapter access$2(com.example.android.BluetoothChat.BluetoothChat) -> c
    android.os.Vibrator access$3(com.example.android.BluetoothChat.BluetoothChat) -> d
    android.media.ToneGenerator access$4(com.example.android.BluetoothChat.BluetoothChat) -> e
    void access$5(com.example.android.BluetoothChat.BluetoothChat,java.lang.String) -> a
    void access$6(com.example.android.BluetoothChat.BluetoothChat,java.lang.String) -> b
com.example.android.BluetoothChat.BluetoothChat$1 -> com.example.android.BluetoothChat.a:
    com.example.android.BluetoothChat.BluetoothChat this$0 -> a
    void handleMessage(android.os.Message) -> handleMessage
com.example.android.BluetoothChat.BluetoothChat$2 -> com.example.android.BluetoothChat.b:
    com.example.android.BluetoothChat.BluetoothChat this$0 -> a
    void onClick(android.view.View) -> onClick
com.example.android.BluetoothChat.BluetoothChatService -> com.example.android.BluetoothChat.c:
    java.util.UUID MY_UUID -> a
    android.bluetooth.BluetoothAdapter mAdapter -> b
    android.os.Handler mHandler -> c
    com.example.android.BluetoothChat.BluetoothChatService$AcceptThread mAcceptThread -> d
    com.example.android.BluetoothChat.BluetoothChatService$ConnectThread mConnectThread -> e
    com.example.android.BluetoothChat.BluetoothChatService$ConnectedThread mConnectedThread -> f
    int mState -> g
    void setState(int) -> a
    int getState() -> a
    void start() -> b
    void connect(android.bluetooth.BluetoothDevice) -> a
    void connected(android.bluetooth.BluetoothSocket,android.bluetooth.BluetoothDevice) -> a
    void stop() -> c
    void write(byte[]) -> a
    android.bluetooth.BluetoothAdapter access$0(com.example.android.BluetoothChat.BluetoothChatService) -> a
    java.util.UUID access$1() -> d
    int access$2(com.example.android.BluetoothChat.BluetoothChatService) -> b
    void access$3(com.example.android.BluetoothChat.BluetoothChatService) -> c
    void access$4$781cb553(com.example.android.BluetoothChat.BluetoothChatService) -> d
    android.os.Handler access$5(com.example.android.BluetoothChat.BluetoothChatService) -> e
    void access$6(com.example.android.BluetoothChat.BluetoothChatService) -> f
com.example.android.BluetoothChat.BluetoothChatService$AcceptThread -> com.example.android.BluetoothChat.d:
    android.bluetooth.BluetoothServerSocket mmServerSocket -> b
    com.example.android.BluetoothChat.BluetoothChatService this$0 -> a
    void run() -> run
    void cancel() -> a
com.example.android.BluetoothChat.BluetoothChatService$ConnectThread -> com.example.android.BluetoothChat.e:
    android.bluetooth.BluetoothSocket mmSocket -> b
    android.bluetooth.BluetoothDevice mmDevice -> c
    com.example.android.BluetoothChat.BluetoothChatService this$0 -> a
    void run() -> run
    void cancel() -> a
com.example.android.BluetoothChat.BluetoothChatService$ConnectedThread -> com.example.android.BluetoothChat.f:
    android.bluetooth.BluetoothSocket mmSocket -> b
    java.io.InputStream mmInStream -> c
    java.io.OutputStream mmOutStream -> d
    com.example.android.BluetoothChat.BluetoothChatService this$0 -> a
    void run() -> run
    void write(byte[]) -> a
    void cancel() -> a
com.example.android.BluetoothChat.DeviceListActivity -> com.example.android.BluetoothChat.DeviceListActivity:
    java.lang.String EXTRA_DEVICE_ADDRESS -> a
    android.bluetooth.BluetoothAdapter mBtAdapter -> b
    android.widget.ArrayAdapter mPairedDevicesArrayAdapter -> c
    android.widget.ArrayAdapter mNewDevicesArrayAdapter -> d
    android.widget.AdapterView$OnItemClickListener mDeviceClickListener -> e
    android.content.BroadcastReceiver mReceiver -> f
    void onCreate(android.os.Bundle) -> onCreate
    void onDestroy() -> onDestroy
    android.bluetooth.BluetoothAdapter access$0(com.example.android.BluetoothChat.DeviceListActivity) -> a
    android.widget.ArrayAdapter access$1(com.example.android.BluetoothChat.DeviceListActivity) -> b
    void access$2(com.example.android.BluetoothChat.DeviceListActivity) -> c
com.example.android.BluetoothChat.DeviceListActivity$1 -> com.example.android.BluetoothChat.g:
    com.example.android.BluetoothChat.DeviceListActivity this$0 -> a
    void onItemClick(android.widget.AdapterView,android.view.View,int,long) -> onItemClick
com.example.android.BluetoothChat.DeviceListActivity$2 -> com.example.android.BluetoothChat.h:
    com.example.android.BluetoothChat.DeviceListActivity this$0 -> a
    void onReceive(android.content.Context,android.content.Intent) -> onReceive
com.example.android.BluetoothChat.DeviceListActivity$3 -> com.example.android.BluetoothChat.i:
    com.example.android.BluetoothChat.DeviceListActivity this$0 -> a
    void onClick(android.view.View) -> onClick
