OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handover
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java
1
package com.android.nfc.
handover
;
BluetoothOppHandover.java
1
package com.android.nfc.
handover
;
19
import com.android.nfc.
handover
.HandoverManager.HandoverPowerManager;
BluetoothHeadsetHandover.java
17
package com.android.nfc.
handover
;
35
import com.android.nfc.
handover
.HandoverManager.HandoverPowerManager;
53
static final String ACTION_ALLOW_CONNECT = "com.android.nfc.
handover
.action.ALLOW_CONNECT";
54
static final String ACTION_DENY_CONNECT = "com.android.nfc.
handover
.action.DENY_CONNECT";
348
Log.i(TAG, "Timeout completing BT
handover
");
HandoverManager.java
17
package com.android.nfc.
handover
;
63
* Manages
handover
of NFC to other technologies.
109
// permission needed to be able to receive
handover
status requests
122
"com.android.nfc.
handover
.action.CANCEL_HANDOVER_TRANSFER";
124
"com.android.nfc.
handover
.extra.SOURCE_ADDRESS";
227
* that were received through NFC connection
handover
258
// a reason to keep the
handover
transport enabled).
337
Log.e(TAG, "
Handover
transfer failed");
694
payload.put((byte)0x12); // connection
handover
v1.2
711
payload.put((byte)0x12); // connection
handover
v1.
784
BluetoothHandoverData
handover
= parse(m);
local
814
BluetoothOppHandover
handover
= new BluetoothOppHandover(mContext, data.device,
local
[
all
...]
Completed in 50 milliseconds