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

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverDataParser.java 224 public IncomingHandoverData getIncomingHandoverData(NdefMessage handoverRequest) {
225 if (handoverRequest == null) return null;
228 if (DBG) Log.d(TAG, "getIncomingHandoverData():" + handoverRequest.toString());
230 NdefRecord handoverRequestRecord = handoverRequest.getRecords()[0];
241 for (NdefRecord dataRecord : handoverRequest.getRecords()) {
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java     [all...]

Completed in 119 milliseconds