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 64 static final String ACTION_CANCEL_HANDOVER_TRANSFER =
152 filter.addAction(ACTION_CANCEL_HANDOVER_TRANSFER);
338 } else if (action.equals(ACTION_CANCEL_HANDOVER_TRANSFER)) {
HandoverTransfer.java 430 Intent intent = new Intent(HandoverService.ACTION_CANCEL_HANDOVER_TRANSFER);

Completed in 28 milliseconds