OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_SESSION_COMPLETE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java
54
int
MSG_SESSION_COMPLETE
= 1;
BluetoothOppObexClientSession.java
187
msg.what = BluetoothOppObexSession.
MSG_SESSION_COMPLETE
;
BluetoothOppObexServerSession.java
566
msg.what = BluetoothOppObexSession.
MSG_SESSION_COMPLETE
;
BluetoothOppTransfer.java
215
case BluetoothOppObexSession.
MSG_SESSION_COMPLETE
:
221
if (V) Log.v(TAG, "receive
MSG_SESSION_COMPLETE
for batch " + mBatch.mId);
[
all
...]
Completed in 338 milliseconds