Home
last modified time | relevance | path

Searched refs:EXTRA_BT_OPP_TRANSFER_STATUS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java248 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS, in onReceive()
255 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_TRANSFER_STATUS, in onReceive()
DConstants.java104 public static final String EXTRA_BT_OPP_TRANSFER_STATUS = field in Constants