OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothOppObexSession
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java
40
public interface
BluetoothOppObexSession
{
56
/** Message to notify when a
BluetoothOppObexSession
get any error condition */
60
* Message to notify when a
BluetoothOppObexSession
is interrupted when
BluetoothOppObexClientSession.java
60
public class BluetoothOppObexClientSession implements
BluetoothOppObexSession
{
187
msg.what =
BluetoothOppObexSession
.MSG_SESSION_COMPLETE;
280
msg.what =
BluetoothOppObexSession
.MSG_SHARE_COMPLETE;
285
msg.what =
BluetoothOppObexSession
.MSG_SESSION_ERROR;
394
.obtainMessage(
BluetoothOppObexSession
.MSG_CONNECT_TIMEOUT),
395
BluetoothOppObexSession
.SESSION_TIMEOUT);
406
mCallback.removeMessages(
BluetoothOppObexSession
.MSG_CONNECT_TIMEOUT);
414
mCallback.removeMessages(
BluetoothOppObexSession
.MSG_CONNECT_TIMEOUT);
534
mCallback.removeMessages(
BluetoothOppObexSession
.MSG_CONNECT_TIMEOUT);
549
msg.what =
BluetoothOppObexSession
.MSG_SHARE_INTERRUPTED
[
all
...]
BluetoothOppObexServerSession.java
63
BluetoothOppObexSession
{
306
.obtainMessage(
BluetoothOppObexSession
.MSG_CONNECT_TIMEOUT),
307
BluetoothOppObexSession
.SESSION_TIMEOUT);
319
mCallback.removeMessages(
BluetoothOppObexSession
.MSG_CONNECT_TIMEOUT);
369
Message msg = Message.obtain(mCallback,
BluetoothOppObexSession
.MSG_SHARE_COMPLETE);
375
BluetoothOppObexSession
.MSG_SESSION_ERROR);
406
msg.what =
BluetoothOppObexSession
.MSG_SHARE_INTERRUPTED;
566
msg.what =
BluetoothOppObexSession
.MSG_SESSION_COMPLETE;
BluetoothOppTransfer.java
97
private
BluetoothOppObexSession
mSession;
110
BluetoothOppBatch batch,
BluetoothOppObexSession
session) {
190
case
BluetoothOppObexSession
.MSG_SHARE_COMPLETE:
215
case
BluetoothOppObexSession
.MSG_SESSION_COMPLETE:
229
case
BluetoothOppObexSession
.MSG_SESSION_ERROR:
239
case
BluetoothOppObexSession
.MSG_SHARE_INTERRUPTED:
263
case
BluetoothOppObexSession
.MSG_CONNECT_TIMEOUT:
[
all
...]
Completed in 803 milliseconds