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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 57 int MSG_SESSION_ERROR = 2;
BluetoothOppObexClientSession.java 295 msg.what = BluetoothOppObexSession.MSG_SESSION_ERROR;
BluetoothOppObexServerSession.java 388 BluetoothOppObexSession.MSG_SESSION_ERROR);
BluetoothOppTransfer.java 229 case BluetoothOppObexSession.MSG_SESSION_ERROR:
231 if (V) Log.v(TAG, "receive MSG_SESSION_ERROR for batch " + mBatch.mId);
    [all...]

Completed in 144 milliseconds