OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_BT_OPP_TRANSFER_ID
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java
78
int id = intent.getIntExtra(Constants.
EXTRA_BT_OPP_TRANSFER_ID
, -1);
Constants.java
128
public static final String
EXTRA_BT_OPP_TRANSFER_ID
=
BluetoothOppReceiver.java
242
handoverIntent.putExtra(Constants.
EXTRA_BT_OPP_TRANSFER_ID
, transInfo.mID);
BluetoothOppNotification.java
308
intent.putExtra(Constants.
EXTRA_BT_OPP_TRANSFER_ID
, item.id);
Completed in 4774 milliseconds