OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_CONNECT_TIMEOUT
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java
65
int
MSG_CONNECT_TIMEOUT
= 4;
BluetoothOppObexClientSession.java
408
.obtainMessage(BluetoothOppObexSession.
MSG_CONNECT_TIMEOUT
),
419
mCallback.removeMessages(BluetoothOppObexSession.
MSG_CONNECT_TIMEOUT
);
554
mCallback.removeMessages(BluetoothOppObexSession.
MSG_CONNECT_TIMEOUT
);
BluetoothOppObexServerSession.java
303
.obtainMessage(BluetoothOppObexSession.
MSG_CONNECT_TIMEOUT
),
306
if (V) Log.v(TAG, "
MSG_CONNECT_TIMEOUT
sent");
316
mCallback.removeMessages(BluetoothOppObexSession.
MSG_CONNECT_TIMEOUT
);
BluetoothOppTransfer.java
241
case BluetoothOppObexSession.
MSG_CONNECT_TIMEOUT
:
242
if (V) Log.v(TAG, "receive
MSG_CONNECT_TIMEOUT
for batch " + mBatch.mId);
Completed in 34 milliseconds