OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_SHARE_COMPLETE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java
47
int
MSG_SHARE_COMPLETE
= 0;
BluetoothOppObexClientSession.java
293
msg.what = BluetoothOppObexSession.
MSG_SHARE_COMPLETE
;
BluetoothOppObexServerSession.java
367
Message msg = Message.obtain(mCallback, BluetoothOppObexSession.
MSG_SHARE_COMPLETE
);
BluetoothOppTransfer.java
168
case BluetoothOppObexSession.
MSG_SHARE_COMPLETE
:
177
if (V) Log.v(TAG, "receive
MSG_SHARE_COMPLETE
for info " + info.mId);
Completed in 162 milliseconds