Searched refs:ACTION_BT_OPP_TRANSFER_PROGRESS (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverService.java76 static final String ACTION_BT_OPP_TRANSFER_PROGRESS = field in class:HandoverService
151 filter.addAction(ACTION_BT_OPP_TRANSFER_PROGRESS);
347 } else if (action.equals(ACTION_BT_OPP_TRANSFER_PROGRESS) ||
388 } else if (action.equals(ACTION_BT_OPP_TRANSFER_PROGRESS)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java96 public static final String ACTION_BT_OPP_TRANSFER_PROGRESS = field in class:Constants
H A DBluetoothOppNotification.java300 Intent intent = new Intent(Constants.ACTION_BT_OPP_TRANSFER_PROGRESS);

Completed in 816 milliseconds