HomeSort by relevance Sort by last modified time
    Searched refs:HandoverServer (Results 1 - 6 of 6) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 38 public final class HandoverServer {
40 static final String TAG = "HandoverServer";
58 public HandoverServer(Context context, int sap, HandoverDataParser manager, Callback callback) {
88 synchronized (HandoverServer.this) {
94 synchronized (HandoverServer.this) {
103 synchronized (HandoverServer.this) {
109 synchronized (HandoverServer.this) {
124 synchronized (HandoverServer.this) {
134 synchronized (HandoverServer.this) {
147 synchronized (HandoverServer.this)
    [all...]
HandoverClient.java 64 HandoverServer.HANDOVER_SERVICE_NAME);
65 sock.connectToService(HandoverServer.HANDOVER_SERVICE_NAME);
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 110 class HandoverServer(nfc.handover.HandoverServer):
112 super(HandoverServer, self).__init__(llc)
134 summary("HandoverServer - request received")
255 srv = HandoverServer(llc)
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 138 class HandoverServer(nfc.handover.HandoverServer):
140 super(HandoverServer, self).__init__(llc)
164 summary("HandoverServer - request received")
410 srv = HandoverServer(llc)
p2p-nfc.py 259 class HandoverServer(nfc.handover.HandoverServer):
261 super(HandoverServer, self).__init__(llc)
286 print "HandoverServer - request received"
519 srv = HandoverServer(llc)
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 32 import com.android.nfc.handover.HandoverServer;
215 final HandoverServer mHandoverServer;
264 mHandoverServer = new HandoverServer(context, HANDOVER_SAP, handoverDataParser, mHandoverCallback);
    [all...]

Completed in 115 milliseconds