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.java52 static final String ACTION_BT_OPP_TRANSFER_PROGRESS = field in class:HandoverService
124 filter.addAction(ACTION_BT_OPP_TRANSFER_PROGRESS);
308 } else if (action.equals(ACTION_BT_OPP_TRANSFER_PROGRESS) ||
342 } else if (action.equals(ACTION_BT_OPP_TRANSFER_PROGRESS)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java92 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 80 milliseconds