OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handoverData
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java
212
HandoverDataParser.IncomingHandoverData
handoverData
214
if (
handoverData
== null) {
221
byte[] buffer =
handoverData
.handoverSelect.toByteArray();
231
if (!beamManager.startBeamReceive(mContext,
handoverData
.
handoverData
)) {
HandoverDataParser.java
87
public final BluetoothHandoverData
handoverData
;
90
BluetoothHandoverData
handoverData
) {
92
this.
handoverData
=
handoverData
;
Completed in 45 milliseconds