OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
298
msg.what = BluetoothOppObexSession.
MSG_SESSION_ERROR
;
BluetoothOppObexServerSession.java
373
BluetoothOppObexSession.
MSG_SESSION_ERROR
);
BluetoothOppTransfer.java
207
case BluetoothOppObexSession.
MSG_SESSION_ERROR
:
209
if (V) Log.v(TAG, "receive
MSG_SESSION_ERROR
for batch " + mBatch.mId);
Completed in 32 milliseconds