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

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 48 static final String ACTION_CANCEL_HANDOVER_TRANSFER =
136 filter.addAction(ACTION_CANCEL_HANDOVER_TRANSFER);
315 } else if (action.equals(ACTION_CANCEL_HANDOVER_TRANSFER)) {
HandoverTransfer.java 417 Intent intent = new Intent(HandoverService.ACTION_CANCEL_HANDOVER_TRANSFER);

Completed in 51 milliseconds