Home
last modified time | relevance | path

Searched refs:EXTRA_BT_OPP_ADDRESS (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java108 static final String EXTRA_BT_OPP_ADDRESS = "android.nfc.handover.intent.extra.ADDRESS"; field in Constants
DBluetoothOppReceiver.java237 handoverIntent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, transInfo.mDestAddr); in onReceive()
DBluetoothOppObexServerSession.java605 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, destination); in onConnect()
DBluetoothOppNotification.java350 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, item.destination); in updateActiveNotification()